OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaleToleranceToSrc
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/
GrPathUtils.h
21
SkScalar
scaleToleranceToSrc
(SkScalar devTol,
GrPathUtils.cpp
13
SkScalar GrPathUtils::
scaleToleranceToSrc
(SkScalar devTol,
/external/skia/src/gpu/batches/
GrTessellatingPathRenderer.cpp
128
SkScalar tol = GrPathUtils::
scaleToleranceToSrc
(screenSpaceTol, fViewMatrix, pathBounds);
165
SkScalar tol = GrPathUtils::
scaleToleranceToSrc
(
GrDefaultPathRenderer.cpp
666
SkScalar srcSpaceTol = GrPathUtils::
scaleToleranceToSrc
(tol, viewMatrix, path.getBounds());
766
SkScalar srcSpaceTol = GrPathUtils::
scaleToleranceToSrc
(tol, viewMatrix, bounds);
GrAAHairLinePathRenderer.cpp
352
GrPathUtils::
scaleToleranceToSrc
(SK_Scalar1, m, path.getBounds());
[
all
...]
GrPLSPathRenderer.cpp
139
SkScalar tol = GrPathUtils::
scaleToleranceToSrc
(screenSpaceTol, m, bounds);
[
all
...]
Completed in 604 milliseconds