Searched refs:fTotalLength (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrTRecorder.h109 int fTotalLength; // The length of an entry including header, item, and data in TAligns. member in struct:GrTRecorder::Header
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 59 milliseconds