OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usePath
(Results
1 - 4
of
4
) 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
81
Path*
usePath
= m_path.get();
84
usePath
= nonScalingStrokePath(
usePath
, nonScalingStrokeTransform());
86
context->strokePath(*
usePath
);
97
Path*
usePath
= nonScalingStrokePath(m_path.get(), nonScalingTransform);
99
return
usePath
->strokeContains(nonScalingTransform.mapPoint(point), strokeData);
391
Path*
usePath
= nonScalingStrokePath(m_path.get(), nonScalingTransform);
392
FloatRect strokeBoundingRect =
usePath
->strokeBoundingRect(strokeData);
/external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp
402
bool
usePath
= doStroke && width > 0 &&
408
usePath
= true;
411
if (!
usePath
&& paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
415
usePath
= true;
418
usePath
= !fContext->getMatrix().preservesRightAngles();
424
usePath
= true;
430
if (!
usePath
&& pe && !strokeInfo.isDashed()) {
431
usePath
= true;
434
if (
usePath
) {
488
bool
usePath
= false
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp
[
all
...]
Completed in 191 milliseconds