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

  /frameworks/base/libs/hwui/
CanvasState.h 94 return CC_LIKELY(currentTransform()->rectToRect());
ClipArea.cpp 275 if (op == SkRegion::kReplace_Op && transform->rectToRect()) {
285 if (transform->rectToRect()) {
434 && recordedClipTransform.rectToRect())) {
448 if (CC_LIKELY(recordedClipTransform.rectToRect())) {
533 if (transform.rectToRect() && !transform.isPureTranslate()) {
BakedOpRenderer.cpp 249 if (transform.rectToRect()) {
250 // If rectToRect, can simply map bounds before storing verts
263 if (!transform.rectToRect()) {
264 // If not rectToRect, must map each point individually
Matrix.h 201 bool rectToRect() const;
Matrix.cpp 120 bool Matrix4::rectToRect() const {
RecordingCanvas.cpp 138 && previous.transform->rectToRect()

Completed in 186 milliseconds