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

  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 260 bool hasEndRect = false;
276 hasEndRect = true;
322 ptsRot[1].fX += hasEndRect ? endAdj : 0;
326 hasEndRect = false;
355 totalRectCnt += hasEndRect ? 1 : 0;
392 if (hasEndRect) {
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 265 bool hasEndRect = false;
281 hasEndRect = true;
327 ptsRot[1].fX += hasEndRect ? endAdj : 0;
331 hasEndRect = false;
368 totalRectCnt += hasEndRect ? 1 : 0;
410 if (hasEndRect) {
    [all...]

Completed in 42 milliseconds