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

  /external/skia/src/core/
SkGlyph.h 125 static unsigned FixedToSub(SkFixed n) {
140 x = FixedToSub(x);
141 y = FixedToSub(y);
  /external/skia/legacy/include/core/
SkScalerContext.h 139 static unsigned FixedToSub(SkFixed n) {
154 x = FixedToSub(x);
155 y = FixedToSub(y);

Completed in 281 milliseconds