HomeSort by relevance Sort by last modified time
    Searched refs:startAdj (Results 1 - 2 of 2) sorted by null

  /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;
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 225 SkScalar startAdj = 0;
246 startAdj = info.fIntervals[0] + info.fIntervals[1] - srcPhase;
252 startAdj += calc_start_adjustment(info);
253 if (startAdj != 0) {
254 ptsRot[0].fX += startAdj;
291 if (startAdj != 0) {
326 ptsRot[0].fX -= hasStartRect ? startAdj : 0;
    [all...]

Completed in 255 milliseconds