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

  /external/skia/src/gpu/
GrTRecorder.h 109 int fTotalLength; // The length of an entry including header, item, and data in TAligns.
175 fTailBlock->fBack -= header->fTotalLength;
204 prevLength = lastHeader->fTotalLength;
224 header->fTotalLength = totalLength;
267 fPosition += header->fTotalLength;
302 fPosition = fBlock->fBack - lastHeader->fTotalLength;
  /external/skqp/src/gpu/
GrTRecorder.h 109 int fTotalLength; // The length of an entry including header, item, and data in TAligns.
175 fTailBlock->fBack -= header->fTotalLength;
204 prevLength = lastHeader->fTotalLength;
224 header->fTotalLength = totalLength;
267 fPosition += header->fTotalLength;
302 fPosition = fBlock->fBack - lastHeader->fTotalLength;

Completed in 183 milliseconds