Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextLine.cpp1095 auto startBox = boxes.size(); in getRectsForRange() local
1097 [textRange0, rectHeightStyle, rectWidthStyle, &boxes, &lastRun, startBox, this] in getRectsForRange()
1101 …un, runOffsetInLine, textRange0, rectHeightStyle, rectWidthStyle, &boxes, &lastRun, startBox, this] in getRectsForRange()
1264 auto left = boxes[startBox]; in getRectsForRange()
1269 boxes.insert(boxes.begin() + startBox + 1, left); in getRectsForRange()
/external/aac/libSACenc/src/
Dsacenc_bitstream.cpp153 const INT startBox, const INT stopBox, in DuplicateLosslessData() argument
163 for (i = startBox; i < stopBox; i++) { in DuplicateLosslessData()