OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startAdj
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp
220
SkScalar
startAdj
= 0;
241
startAdj
= info.fIntervals[0] + info.fIntervals[1] - srcPhase;
247
startAdj
+= calc_start_adjustment(info);
248
if (
startAdj
!= 0) {
249
ptsRot[0].fX +=
startAdj
;
286
if (
startAdj
!= 0) {
321
ptsRot[0].fX -= hasStartRect ?
startAdj
: 0;
/external/skia/src/gpu/effects/
GrDashingEffect.cpp
220
SkScalar
startAdj
= 0;
241
startAdj
= info.fIntervals[0] + info.fIntervals[1] - srcPhase;
247
startAdj
+= calc_start_adjustment(info);
248
if (
startAdj
!= 0) {
249
ptsRot[0].fX +=
startAdj
;
286
if (
startAdj
!= 0) {
321
ptsRot[0].fX -= hasStartRect ?
startAdj
: 0;
Completed in 66 milliseconds