HomeSort by relevance Sort by last modified time
    Searched refs:posBuffer (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkTextBlob.cpp 142 SkScalar* posBuffer() const {
168 SkASSERT(glyphBuffer() + fCount <= (uint16_t*)posBuffer());
169 SkASSERT(posBuffer() + fCount * ScalarsPerGlyph(fPositioning) <= (SkScalar*)Next(this));
176 SkScalar* initialPosBuffer = posBuffer();
182 SkASSERT((uint8_t*)posBuffer() + copySize <= (uint8_t*)Next(this));
185 memmove(posBuffer(), initialPosBuffer, copySize);
334 return fCurrentRun->posBuffer();
396 const SkScalar* glyphPosX = run.posBuffer();
433 const SkScalar* glyphPos = run.posBuffer();
447 const SkPoint* glyphPosPts = reinterpret_cast<const SkPoint*>(run.posBuffer());
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp     [all...]

Completed in 85 milliseconds