Searched refs:get_gasp_range (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-gasp-table.hh | 62 const GaspRange &get_gasp_range (unsigned int i) const in get_gasp_range() function
|
D | hb-ot-metrics.cc | 105 …const OT::GaspRange& range = face->table.gasp->get_gasp_range (metrics_tag - HB_TAG ('g','s','p','…
|
/third_party/harfbuzz/src/ |
D | hb-ot-gasp-table.hh | 62 const GaspRange &get_gasp_range (unsigned int i) const in get_gasp_range() function
|
D | hb-ot-metrics.cc | 105 …const OT::GaspRange& range = face->table.gasp->get_gasp_range (metrics_tag - HB_TAG ('g','s','p','…
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-gasp-table.hh | 62 const GaspRange &get_gasp_range (unsigned int i) const in get_gasp_range() function
|
/third_party/flutter/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 81 bool get_gasp_range(DWriteFontTypeface* typeface, int size, GaspRange* range) { in get_gasp_range() function 267 if (get_gasp_range(typeface, bitmapPPEM, &range)) { in SkScalerContext_DW() 306 } else if (get_gasp_range(typeface, SkScalarRoundToInt(gdiTextSize), &range) && in SkScalerContext_DW()
|
/third_party/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 125 bool get_gasp_range(DWriteFontTypeface* typeface, int size, GaspRange* range) { in get_gasp_range() function 313 if (get_gasp_range(typeface, bitmapPPEM, &range)) { in SkScalerContext_DW() 352 } else if (get_gasp_range(typeface, SkScalarRoundToInt(gdiTextSize), &range) && in SkScalerContext_DW()
|