Home
last modified time | relevance | path

Searched refs:getFontResourceIndex (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFDevice.h288 int getFontResourceIndex(SkTypeface* typeface, uint16_t glyphID);
DSkPDFDevice.cpp2185 int fontIndex = getFontResourceIndex(typeface, glyphID); in updateFont()
2197 int SkPDFDevice::getFontResourceIndex(SkTypeface* typeface, uint16_t glyphID) { in getFontResourceIndex() function in SkPDFDevice