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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp217 SkConic dstTemp[2]; local
218 int conicCnt = split_conic(src, dstTemp, weight);
220 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
221 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);
223 dst[0] = dstTemp[0];
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp217 SkConic dstTemp[2]; local
218 int conicCnt = split_conic(src, dstTemp, weight);
220 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
221 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);
223 dst[0] = dstTemp[0];

Completed in 84 milliseconds