/external/skia/src/core/ |
SkFont.cpp | 122 if (paint.isEmbeddedBitmapText()) {
|
SkScalerContext.cpp | [all...] |
SkPaint.cpp | [all...] |
/external/skia/tests/ |
TextBlobTest.cpp | 213 REPORTER_ASSERT(reporter, defaultPaint.isEmbeddedBitmapText() != font.isEmbeddedBitmapText()); 242 REPORTER_ASSERT(reporter, paint.isEmbeddedBitmapText() == font.isEmbeddedBitmapText());
|
/external/skqp/src/core/ |
SkFont.cpp | 122 if (paint.isEmbeddedBitmapText()) {
|
SkScalerContext.cpp | [all...] |
SkPaint.cpp | [all...] |
/external/skqp/tests/ |
TextBlobTest.cpp | 213 REPORTER_ASSERT(reporter, defaultPaint.isEmbeddedBitmapText() != font.isEmbeddedBitmapText()); 242 REPORTER_ASSERT(reporter, paint.isEmbeddedBitmapText() == font.isEmbeddedBitmapText());
|
/external/skia/include/core/ |
SkPaint.h | 393 bool isEmbeddedBitmapText() const { [all...] |
/external/skqp/include/core/ |
SkPaint.h | 394 bool isEmbeddedBitmapText() const { [all...] |
/external/skia/src/utils/ |
SkLua.cpp | 764 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isEmbeddedBitmapText()); 1073 { "isEmbeddedBitmapText", lpaint_isEmbeddedBitmapText }, [all...] |
/external/skqp/src/utils/ |
SkLua.cpp | 764 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isEmbeddedBitmapText()); 1073 { "isEmbeddedBitmapText", lpaint_isEmbeddedBitmapText }, [all...] |
/external/skia/tools/debugger/ |
SkDrawCommand.cpp | [all...] |
/external/skqp/tools/debugger/ |
SkDrawCommand.cpp | [all...] |