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

  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 135 SkVector totalOffset = totalOffsetFromNormals(lastNormal, nextNormal);
136 scaleOffsetForStrokeWidth(totalOffset, halfStrokeWidth, inverseScaleX, inverseScaleY);
139 current->position[0] + totalOffset.fX,
140 current->position[1] + totalOffset.fY);
143 current->position[0] - totalOffset.fX,
144 current->position[1] - totalOffset.fY);
170 SkVector totalOffset;
172 totalOffset = nextNormal;
174 totalOffset = totalOffsetFromNormals(lastNormal, nextNormal);
176 scaleOffsetForStrokeWidth(totalOffset, halfStrokeWidth, inverseScaleX, inverseScaleY)
    [all...]
  /frameworks/base/libs/hwui/
PathTessellator.cpp 221 Vector2 totalOffset = totalOffsetFromNormals(lastNormal, nextNormal);
222 paintInfo.scaleOffsetForStrokeWidth(totalOffset);
225 current->x + totalOffset.x,
226 current->y + totalOffset.y);
229 current->x - totalOffset.x,
230 current->y - totalOffset.y);
363 Vector2 totalOffset = paintInfo.deriveAAOffset(totalOffsetFromNormals(lastNormal, nextNormal));
366 current->x + totalOffset.x,
367 current->y + totalOffset.y,
370 current->x - totalOffset.x
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp     [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 59 totalOffset = 4 + 8 * numSubTables
72 offset = seen[id(table.cmap)] = done[chunk] = totalOffset + len(tableData)
    [all...]

Completed in 267 milliseconds