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