Searched refs:dstTemp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dbeziereffects.cpp372 SkConic dstTemp[2]; local
373 int conicCnt = split_conic(src, dstTemp, weight);
375 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
376 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);
378 dst[0] = dstTemp[0];
/external/skia/gm/
H A Dbeziereffects.cpp372 SkConic dstTemp[2]; local
373 int conicCnt = split_conic(src, dstTemp, weight);
375 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
376 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);
378 dst[0] = dstTemp[0];
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp233 SkConic dstTemp[2]; local
234 int conicCnt = split_conic(src, dstTemp, weight);
236 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
237 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);
239 dst[0] = dstTemp[0];
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp233 SkConic dstTemp[2]; local
234 int conicCnt = split_conic(src, dstTemp, weight);
236 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
237 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);
239 dst[0] = dstTemp[0];

Completed in 1821 milliseconds