Lines Matching refs:numGlyphs
295 int numGlyphs, int x, int y, const float* positions) { in render() argument
296 render(paint, glyphs, numGlyphs, x, y, FRAMEBUFFER, nullptr, in render()
300 void Font::render(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, in render() argument
302 if (numGlyphs == 0 || glyphs == nullptr) { in render()
318 float textWidth = SkScalarToFloat(paint->measureText(glyphs, numGlyphs * 2)); in render()
327 while (glyphsCount < numGlyphs && penX < pathLength) { in render()
349 int numGlyphs, Rect *bounds, const float* positions) { in measure() argument
355 render(paint, glyphs, numGlyphs, 0, 0, MEASURE, nullptr, 0, 0, bounds, positions); in measure()
358 void Font::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs) { in precache() argument
359 if (numGlyphs == 0 || glyphs == nullptr) { in precache()
364 while (glyphsCount < numGlyphs) { in precache()
378 int numGlyphs, int x, int y, RenderMode mode, uint8_t *bitmap, in render() argument
380 if (numGlyphs == 0 || glyphs == nullptr) { in render()
396 while (glyphsCount < numGlyphs) { in render()