Lines Matching refs:fFallbackGlyphsIdx
30 , fFallbackGlyphsIdx(kGlyphBufferSize) { in GrStencilAndCoverTextContext()
386 SkASSERT(kGlyphBufferSize == fFallbackGlyphsIdx); in init()
410 if (fQueuedGlyphCount >= fFallbackGlyphsIdx) { in appendGlyph()
411 SkASSERT(fQueuedGlyphCount == fFallbackGlyphsIdx); in appendGlyph()
417 --fFallbackGlyphsIdx : fQueuedGlyphCount++; in appendGlyph()
444 if (fFallbackGlyphsIdx < kGlyphBufferSize) { in flush()
445 int fallbackGlyphCount = kGlyphBufferSize - fFallbackGlyphsIdx; in flush()
458 inverse.mapPoints(&fGlyphPositions[fFallbackGlyphsIdx], fallbackGlyphCount); in flush()
462 fViewMatrix, (char*)&fGlyphIndices[fFallbackGlyphsIdx], in flush()
464 get_xy_scalar_array(&fGlyphPositions[fFallbackGlyphsIdx]), in flush()
467 fFallbackGlyphsIdx = kGlyphBufferSize; in flush()