Home | History | Annotate | Download | only in skia

Lines Matching defs:deviceMatrix

1441   const CFX_Matrix* deviceMatrix = pObject2Device ? pObject2Device : &identity;
1442 bool cached = m_pCache->SetClipFill(pPathData, deviceMatrix, fill_mode);
1454 if (pPathData->IsRect(deviceMatrix, &rectf)) {
1478 SkMatrix skMatrix = ToSkMatrix(*deviceMatrix);