HomeSort by relevance Sort by last modified time
    Searched refs:isAutohinted (Results 1 - 16 of 16) sorted by null

  /external/skia/src/core/
SkFont.cpp 135 if (paint.isAutohinted()) {
SkScalerContext.cpp     [all...]
SkPaint.cpp     [all...]
  /external/skia/tests/
FontObjTest.cpp 18 return paint.isAutohinted();
TextBlobTest.cpp 214 REPORTER_ASSERT(reporter, defaultPaint.isAutohinted() != font.isAutohinted());
243 REPORTER_ASSERT(reporter, paint.isAutohinted() == font.isAutohinted());
  /external/skqp/src/core/
SkFont.cpp 135 if (paint.isAutohinted()) {
SkScalerContext.cpp     [all...]
SkPaint.cpp     [all...]
  /external/skqp/tests/
FontObjTest.cpp 18 return paint.isAutohinted();
TextBlobTest.cpp 214 REPORTER_ASSERT(reporter, defaultPaint.isAutohinted() != font.isAutohinted());
243 REPORTER_ASSERT(reporter, paint.isAutohinted() == font.isAutohinted());
  /external/skia/include/core/
SkPaint.h 414 bool isAutohinted() const {
    [all...]
  /external/skqp/include/core/
SkPaint.h 415 bool isAutohinted() const {
    [all...]
  /external/skia/src/utils/
SkLua.cpp 769 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isAutohinted());
1074 { "isAutohinted", lpaint_isAutohinted },
    [all...]
  /external/skqp/src/utils/
SkLua.cpp 769 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isAutohinted());
1074 { "isAutohinted", lpaint_isAutohinted },
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 804 milliseconds