HomeSort by relevance Sort by last modified time
    Searched defs:viewM (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/batches/
GrStencilAndCoverPathRenderer.cpp 125 const SkMatrix& viewM = viewMatrix.hasPerspective() ? SkMatrix::I() : viewMatrix;
131 GrRectBatchFactory::CreateNonAAFill(args.fColor, viewM, bounds, nullptr,
GrDefaultPathRenderer.cpp 698 const SkMatrix& viewM = (reverse && viewMatrix.hasPerspective()) ? SkMatrix::I() :
701 GrRectBatchFactory::CreateNonAAFill(color, viewM, bounds, nullptr,
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 446 milliseconds