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

  /external/skia/include/core/
SkPaint.h 702 SkScalar getTextSkewX() const { return fTextSkewX; }
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 722 SkScalar getTextSkewX() const { return fTextSkewX; }
    [all...]
  /external/skia/src/core/
SkPaint.cpp 54 fTextSkewX = 0;
366 GEN_ID_INC_EVAL(skewX != fTextSkewX);
367 fTextSkewX = skewX;
    [all...]
  /external/skia/legacy/src/core/
SkPaint.cpp 51 fTextSkewX = 0;
350 GEN_ID_INC_EVAL(skewX != fTextSkewX);
351 fTextSkewX = skewX;
    [all...]

Completed in 84 milliseconds