Home
last modified time | relevance | path

Searched refs:rightArea (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkRect.cpp223 float leftArea = 0.f, rightArea = 0.f, topArea = 0.f, bottomArea = 0.f; in subtract() local
230 rightArea = (a.fRight - b.fRight) / aWidth; in subtract()
249 if (leftArea > rightArea && leftArea > topArea && leftArea > bottomArea) { in subtract()
252 } else if (rightArea > topArea && rightArea > bottomArea) { in subtract()
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp719 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight); in createXpsImageBrush() local
724 HR(this->sideOfClamp(rightArea, rightImageViewBox, in createXpsImageBrush()

Completed in 5 milliseconds