Searched refs:posBuffer (Results 1 – 1 of 1) sorted by relevance
171 SkScalar* posBuffer() const { in posBuffer() function in SkTextBlob::RunRecord218 SkASSERT(glyphBuffer() + fCount <= (uint16_t*)posBuffer()); in validate()219 SkASSERT(posBuffer() + fCount * ScalarsPerGlyph(positioning()) in validate()254 return (uint32_t*)(&this->posBuffer()[PosCount(fCount, positioning())]); in textSizePtr()258 SkScalar* initialPosBuffer = posBuffer(); in grow()264 SkASSERT((uint8_t*)posBuffer() + copySize <= (uint8_t*)NextUnchecked(this)); in grow()267 memmove(posBuffer(), initialPosBuffer, copySize); in grow()359 return fCurrentRun->posBuffer(); in pos()435 const SkScalar* glyphPosX = run.posBuffer(); in TightRunBounds()472 const SkScalar* glyphPos = run.posBuffer(); in ConservativeRunBounds()[all …]