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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp225 Vector2 totalOffset = totalOffsetFromNormals(lastNormal, nextNormal); local
226 paintInfo.scaleOffsetForStrokeWidth(totalOffset);
228 Vertex::set(&buffer[currentIndex++], current->x + totalOffset.x,
229 current->y + totalOffset.y);
231 Vertex::set(&buffer[currentIndex++], current->x - totalOffset.x,
232 current->y - totalOffset.y);
364 Vector2 totalOffset = local
367 AlphaVertex::set(&buffer[currentIndex++], current->x + totalOffset.x,
368 current->y + totalOffset.y, 0.0f);
369 AlphaVertex::set(&buffer[currentIndex++], current->x - totalOffset
589 Vector2 totalOffset = totalOffsetFromNormals(lastNormal, nextNormal); local
641 Vector2 totalOffset = totalOffsetFromNormals(lastNormal, nextNormal); local
[all...]
/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp5030 off64_t totalOffset = mFirstMoofOffset; local
5041 totalOffset += se->mSize;
5046 totalOffset += se->mSize;
5048 mCurrentMoofOffset = totalOffset;
5052 status_t err = parseChunk(&totalOffset);

Completed in 506 milliseconds