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

  /external/skia/include/core/
SkPaint.h 698 SkScalar getTextSkewX() const { return fTextSkewX; }
    [all...]
  /external/skia/src/core/
SkPaint.cpp 50 fTextSkewX = 0;
353 GEN_ID_INC_EVAL(skewX != fTextSkewX);
354 fTextSkewX = skewX;
    [all...]

Completed in 551 milliseconds