のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2014-01-29から1日間の記事一覧

break

b SkPaint::descriptorProc

paintのlanguageが使われる場所

1805 void SkPaint::descriptorProc(const SkDeviceProperties* deviceProperties, 1806 const SkMatrix* deviceMatrix, 1807 void (*proc)(const SkDescriptor*, void*), 1808 void* context, bool ignoreGamma) const { 1809 SkScalerContext::Rec rec; 18…

SetTextLocaleでpaintのflanguageへセットする

2434 public void setTextLocale(Locale locale) { 2435 mTextPaint.setTextLocale(locale); 2436 } 1105 public void setTextLocale(Locale locale) { 1106 if (locale == null) { 1107 throw new IllegalArgumentException("locale cannot be null"); 1108…