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

  /external/skia/src/gpu/ops/
GrAtlasTextOp.cpp 454 const SkMatrix& thatFirstMatrix = that->fGeoData[0].fViewMatrix;
456 if (this->usesLocalCoords() && !thisFirstMatrix.cheapEqualTo(thatFirstMatrix)) {
465 (thisFirstMatrix.hasPerspective() != thatFirstMatrix.hasPerspective())) {
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.cpp 449 const SkMatrix& thatFirstMatrix = that->fGeoData[0].fViewMatrix;
451 if (this->usesLocalCoords() && !thisFirstMatrix.cheapEqualTo(thatFirstMatrix)) {
460 (thisFirstMatrix.hasPerspective() != thatFirstMatrix.hasPerspective())) {

Completed in 6765 milliseconds