HomeSort by relevance Sort by last modified time
    Searched full:split_conic (Results 1 - 5 of 5) sorted by null

  /external/skia/gm/
beziereffects.cpp 387 int split_conic(const SkPoint src[3], SkConic dst[2], const SkScalar weight) { function in class:skiagm::BezierConicEffects
404 // Calls split_conic on the entire conic and then once more on each subsection.
409 int conicCnt = split_conic(src, dstTemp, weight);
411 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
412 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);
  /external/skia/src/gpu/batches/
GrAAHairLinePathRenderer.cpp 138 static int split_conic(const SkPoint src[3], SkConic dst[2], const SkScalar weight) { function
155 // Calls split_conic on the entire conic and then once more on each subsection.
160 int conicCnt = split_conic(src, dstTemp, weight);
162 int conicCnt2 = split_conic(dstTemp[0].fPts, dst, dstTemp[0].fW);
163 conicCnt = conicCnt2 + split_conic(dstTemp[1].fPts, &dst[conicCnt2], dstTemp[1].fW);
    [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftraster.c     [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c     [all...]

Completed in 7742 milliseconds