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

  /external/skia/src/gpu/glsl/
GrGLSLPrimitiveProcessor.cpp 21 combined.postIDiv(coordTransform.texture()->width(), coordTransform.texture()->height());
  /external/skia/include/core/
SkMatrix.h 316 bool postIDiv(int divx, int divy);
  /external/skia/src/core/
SkBitmapProcState.cpp 140 fInvMatrix.postIDiv(fPixmap.width(), fPixmap.height());
SkMatrix.cpp 412 bool SkMatrix::postIDiv(int divx, int divy) {
    [all...]

Completed in 697 milliseconds