OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:containerRelativeQuad
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGModelObject.cpp
69
FloatQuad
containerRelativeQuad
= localToContainerQuad(FloatRect(box), repaintContainer);
70
return
containerRelativeQuad
.enclosingBoundingBox();
/external/webkit/Source/WebCore/rendering/
RenderBox.cpp
509
FloatQuad
containerRelativeQuad
= FloatRect(box);
511
containerRelativeQuad
.move(cachedOffsetToRepaintContainer->x(), cachedOffsetToRepaintContainer->y());
513
containerRelativeQuad
= localToContainerQuad(
containerRelativeQuad
, repaintContainer);
515
box =
containerRelativeQuad
.enclosingBoundingBox();
[
all
...]
Completed in 563 milliseconds