Home
last modified time | relevance | path

Searched refs:get_gasp_range (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-gasp-table.hh62 const GaspRange &get_gasp_range (unsigned int i) const in get_gasp_range() function
Dhb-ot-metrics.cc105 …const OT::GaspRange& range = face->table.gasp->get_gasp_range (metrics_tag - HB_TAG ('g','s','p','…
/third_party/harfbuzz/src/
Dhb-ot-gasp-table.hh62 const GaspRange &get_gasp_range (unsigned int i) const in get_gasp_range() function
Dhb-ot-metrics.cc105 …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/
Dhb-ot-gasp-table.hh62 const GaspRange &get_gasp_range (unsigned int i) const in get_gasp_range() function
/third_party/flutter/skia/src/ports/
DSkScalerContext_win_dw.cpp81 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/
DSkScalerContext_win_dw.cpp125 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()