Searched defs:crop_filled_rect (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp418 static bool crop_filled_rect(int width, int height, const GrClip& clip, function
468 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &croppedRect)) {
719 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix,
784 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &clippedDstRect,
807 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &croppedRect)) {
/external/skqp/src/gpu/
H A DGrRenderTargetContext.cpp416 static bool crop_filled_rect(int width, int height, const GrClip& clip, function
466 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &croppedRect)) {
717 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix,
782 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &clippedDstRect,
805 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &croppedRect)) {

Completed in 163 milliseconds