Home
last modified time | relevance | path

Searched refs:posBuffer (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkTextBlob.cpp142 SkScalar* posBuffer() const { in posBuffer() function in SkTextBlob::RunRecord
168 SkASSERT(glyphBuffer() + fCount <= (uint16_t*)posBuffer()); in validate()
169 SkASSERT(posBuffer() + fCount * ScalarsPerGlyph(fPositioning) <= (SkScalar*)Next(this)); in validate()
176 SkScalar* initialPosBuffer = posBuffer(); in grow()
182 SkASSERT((uint8_t*)posBuffer() + copySize <= (uint8_t*)Next(this)); in grow()
185 memmove(posBuffer(), initialPosBuffer, copySize); in grow()
334 return fCurrentRun->posBuffer(); in pos()
396 const SkScalar* glyphPosX = run.posBuffer(); in TightRunBounds()
433 const SkScalar* glyphPos = run.posBuffer(); in ConservativeRunBounds()
447 const SkPoint* glyphPosPts = reinterpret_cast<const SkPoint*>(run.posBuffer()); in ConservativeRunBounds()
[all …]
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp5153 FX_POSITION posBuffer = pMoudle->m_BufferMap.GetStartPosition(); in RemoveMapModuleKey() local
5154 while (posBuffer) { in RemoveMapModuleKey()
5155 pMoudle->m_BufferMap.GetNextAssoc(posBuffer, pKey, pBuffer); in RemoveMapModuleKey()