Home
last modified time | relevance | path

Searched refs:setEmbeddedBitmaps (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/tests/
H A DFontTest.cpp60 font->setEmbeddedBitmaps( SkToBool(flags & kEmbeddedBitmaps)); in apply_flags()
H A DTextBlobTest.cpp185 font.setEmbeddedBitmaps(true); in TestPaintProps()
/third_party/skia/include/core/
H A DSkFont.h138 void setEmbeddedBitmaps(bool embeddedBitmaps);
/third_party/skia/src/core/
H A DSkFont.cpp78 void SkFont::setEmbeddedBitmaps(bool predicate) { in setEmbeddedBitmaps() function in SkFont
/third_party/skia/fuzz/
H A DFuzzDrawFunctions.cpp133 font.setEmbeddedBitmaps(b); in fuzz_drawText()
H A DFuzzCanvas.cpp866 font.setEmbeddedBitmaps( make_fuzz_t<bool>(fuzz));
/third_party/skia/gm/
H A Dtypeface.cpp216 font.setEmbeddedBitmaps(true); in draw_typeface_rendering_gm()
/third_party/skia/tools/viewer/
H A DViewer.cpp1388 font->writable()->setEmbeddedBitmaps(fFont->isEmbeddedBitmaps()); in filterFont()
2282 &SkFont::isEmbeddedBitmaps, &SkFont::setEmbeddedBitmaps); in drawImGui()
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp1293 .function("setEmbeddedBitmaps", &SkFont::setEmbeddedBitmaps) in EMSCRIPTEN_BINDINGS()

Completed in 14 milliseconds