Home
last modified time | relevance | path

Searched defs:getTypeface (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/modules/canvaskit/htmlcanvas/
Dfont.js69 function getTypeface(fontstr) { function
/third_party/skia/experimental/sktext/src/
DPaint.h34 sk_sp<SkTypeface> getTypeface() const { return fTypeface; } in getTypeface() function
/third_party/skia/include/core/
DSkFont.h199 SkTypeface* getTypeface() const {return fTypeface.get(); } in getTypeface() function
/third_party/skia/modules/skparagraph/include/
DTextStyle.h313 SkTypeface* getTypeface() const { return fTypeface.get(); } in getTypeface() function
317 RSTypeface* getTypeface() const { return fTypeface.get(); } in getTypeface() function
/third_party/skia/src/core/
DSkScalerContext.h278 SkTypeface* getTypeface() const { return fTypeface.get(); } in getTypeface() function
/third_party/skia/src/ports/skia_ohos/
DFontConfig_ohos.cpp148 SkTypeface_OHOS* FontConfig_OHOS::getTypeface(int styleIndex, int index, in getTypeface() function in FontConfig_OHOS
178 SkTypeface_OHOS* FontConfig_OHOS::getTypeface(int styleIndex, const SkFontStyle& style, in getTypeface() function in FontConfig_OHOS
/third_party/skia/modules/canvaskit/
Dexterns.js359 getTypeface: function() {}, method
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts1697 getTypeface(): Typeface | null; method