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