OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomCorner
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp
146
bool
bottomCorner
= x <= wx;
147
bool halfPlane = !(topCorner ^
bottomCorner
);
191
SkAssertResult(
bottomCorner
);
236
bool
bottomCorner
= fWalkX <= fX;
238
bool halfPlane = !(topCorner ^
bottomCorner
);
251
} else if (
bottomCorner
) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp
254
IntRect
bottomCorner
(rect.x(), rect.y(), clipRect.rect().maxX() - rect.x(), clipRect.rect().maxY() - rect.y());
257
context->clipRoundedRect(RoundedRect(
bottomCorner
, bottomCornerRadii));
266
IntRect
bottomCorner
(clipRect.rect().x(), rect.y(), rect.maxX() - clipRect.rect().x(), clipRect.rect().maxY() - rect.y());
269
context->clipRoundedRect(RoundedRect(
bottomCorner
, bottomCornerRadii));
[
all
...]
Completed in 102 milliseconds