OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c2Max
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp
142
double
c2Max
= SkTMin(1., to2 + offset);
147
&& c2Min <= tLimits1[1][1] && tLimits1[1][0] <=
c2Max
,
151
&& c2Min <= tLimits2[1][1] && tLimits2[1][0] <=
c2Max
,
159
"
c2Max
=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
160
c1Max, c2Min,
c2Max
);
162
intersect(cubic1, c1Min, c1Max, cubic2, c2Min,
c2Max
, offset, i);
184
c2Max
= SkTMin(c2Top, to2 + offset);
189
&& c2Min <= tLimits1[1][1] && tLimits1[1][0] <=
c2Max
,
193
&& c2Min <= tLimits2[1][1] && tLimits2[1][0] <=
c2Max
,
201
"
c2Max
=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min
[
all
...]
/external/skia/src/pathops/
SkDCubicIntersection.cpp
142
double
c2Max
= SkTMin(1., to2 + offset);
147
&& c2Min <= tLimits1[1][1] && tLimits1[1][0] <=
c2Max
,
151
&& c2Min <= tLimits2[1][1] && tLimits2[1][0] <=
c2Max
,
159
"
c2Max
=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
160
c1Max, c2Min,
c2Max
);
162
intersect(cubic1, c1Min, c1Max, cubic2, c2Min,
c2Max
, offset, i);
184
c2Max
= SkTMin(c2Top, to2 + offset);
189
&& c2Min <= tLimits1[1][1] && tLimits1[1][0] <=
c2Max
,
193
&& c2Min <= tLimits2[1][1] && tLimits2[1][0] <=
c2Max
,
201
"
c2Max
=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min
[
all
...]
/frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp
799
int c2Min, c2Low, c2High,
c2Max
;
843
+ ((float) (fromAttrib->
c2Max
- fromAttrib->c2Min) * color.c2());
933
/ (float) (toAttrib->
c2Max
- toAttrib->c2Min),
[
all
...]
Completed in 852 milliseconds