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

  /external/skia/src/core/
SkBitmapProcState.h 241 SkFractionalInt fractionalIntY() const { return fY; }
SkBitmapProcState.cpp 365 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
395 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
  /external/skqp/src/core/
SkBitmapProcState.h 241 SkFractionalInt fractionalIntY() const { return fY; }
SkBitmapProcState.cpp 365 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
395 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());

Completed in 73 milliseconds