OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chop_count
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp
773
int
chop_count
= 0;
local
793
chop_ts[
chop_count
++] = smallS;
796
chop_ts[
chop_count
++] = largeS;
799
SkChopCubicAt(src, dst, chop_ts,
chop_count
);
810
if (2 ==
chop_count
) {
814
} else if (1 ==
chop_count
) {
846
return
chop_count
+ 1;
/external/skia/src/gpu/
GrPathUtils.cpp
773
int
chop_count
= 0;
local
793
chop_ts[
chop_count
++] = smallS;
796
chop_ts[
chop_count
++] = largeS;
799
SkChopCubicAt(src, dst, chop_ts,
chop_count
);
810
if (2 ==
chop_count
) {
814
} else if (1 ==
chop_count
) {
846
return
chop_count
+ 1;
Completed in 918 milliseconds