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

  /external/skia/gm/
texteffects.cpp 234 SkScalar uPos, SkScalar uWidth, SkScalar textSize) {
241 underline.moveTo(last, uPos);
242 underline.lineTo(start, uPos);
247 underline.moveTo(end, uPos);
248 underline.lineTo(finalPos, uPos);
255 SkScalar uPos = y + uWidth;
256 SkScalar bounds[2] = { uPos - uWidth / 2, uPos + uWidth / 2 };
286 SkScalar uPos = textPt.fY + uWidth;
287 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 84 milliseconds