OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usePath
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGPath.cpp
88
Path*
usePath
;
97
usePath
= zeroLengthLinecapPath(m_zeroLengthLinecapLocations[i]);
99
usePath
= nonScalingStrokePath(
usePath
, nonScalingTransform);
100
context->fillPath(*
usePath
);
RenderSVGShape.cpp
88
Path*
usePath
= m_path.get();
91
usePath
= nonScalingStrokePath(
usePath
, nonScalingStrokeTransform());
93
context->strokePath(*
usePath
);
104
Path*
usePath
= nonScalingStrokePath(m_path.get(), nonScalingTransform);
106
return
usePath
->strokeContains(nonScalingTransform.mapPoint(point), strokeData);
401
Path*
usePath
= nonScalingStrokePath(m_path.get(), nonScalingTransform);
402
FloatRect strokeBoundingRect =
usePath
->strokeBoundingRect(strokeData);
/external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp
622
bool
usePath
= doStroke && width > 0 &&
627
usePath
= true;
629
if (!
usePath
&& paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
633
usePath
= true;
636
usePath
= !fContext->getMatrix().preservesRightAngles();
642
usePath
= true;
645
if (
usePath
) {
672
bool
usePath
= !rect.isSimple();
675
usePath
= true;
678
if (!
usePath
&& !fContext->getMatrix().rectStaysRect())
[
all
...]
/external/skia/src/gpu/
SkGpuDevice.cpp
622
bool
usePath
= doStroke && width > 0 &&
627
usePath
= true;
629
if (!
usePath
&& paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
633
usePath
= true;
636
usePath
= !fContext->getMatrix().preservesRightAngles();
642
usePath
= true;
645
if (
usePath
) {
672
bool
usePath
= !rect.isSimple();
675
usePath
= true;
678
if (!
usePath
&& !fContext->getMatrix().rectStaysRect())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp
[
all
...]
Completed in 33 milliseconds