Lines Matching refs:posBuffer
85 SkASSERT(glyphBuffer() + fCount <= (uint16_t*)posBuffer());
86 SkASSERT(posBuffer() + fCount * ScalarsPerGlyph(positioning())
117 auto res = (uint32_t*)(&this->posBuffer()[PosCount(fCount, positioning(), &safe)]);
123 SkScalar* initialPosBuffer = posBuffer();
129 SkASSERT((uint8_t*)posBuffer() + copySize <= (uint8_t*)NextUnchecked(this));
132 memmove(posBuffer(), initialPosBuffer, copySize);
294 const SkScalar* glyphPosX = run.posBuffer();
330 const SkScalar* glyphPos = run.posBuffer();
465 fCurrentRunBuffer.pos = run->posBuffer()
503 fCurrentRunBuffer.pos = run->posBuffer();