Searched defs:glyphFunc (Results 1 – 2 of 2) sorted by relevance
97 auto glyphFunc = [&](uint16_t* text, float* positions) { in operator ()() local147 auto glyphFunc = [&](uint16_t* outGlyphIds, float* outPositions) { in drawGlyphs() local
776 void SkiaCanvas::drawGlyphs(ReadGlyphFunc glyphFunc, int count, const Paint& paint, float x, in drawGlyphs()