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

  /external/skia/src/core/
SkBitmapProcState_matrix_template.h 83 SkFractionalInt fy = mapper.fractionalIntY();
SkBitmapProcState.h 224 SkFractionalInt fractionalIntY() const { return fY; }
SkBitmapProcState.cpp 503 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
533 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 121 SkFractionalInt fy = mapper.fractionalIntY();

Completed in 41 milliseconds