Home
last modified time | relevance | path

Searched refs:bottomArea (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
238 bottomArea = (a.fBottom - b.fBottom) / aHeight; in subtract()
249 if (leftArea > rightArea && leftArea > topArea && leftArea > bottomArea) { in subtract()
252 } else if (rightArea > topArea && rightArea > bottomArea) { in subtract()
255 } else if (topArea > bottomArea) { in subtract()
260 SkASSERT(bottomArea > 0.f); in subtract()
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp740 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG); in createXpsImageBrush() local
745 HR(this->sideOfClamp(bottomArea, bottomImageViewBox, in createXpsImageBrush()

Completed in 4 milliseconds