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

  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 27 // bloat_quad. Quadratics and conics share an index buffer
211 // and dst[1] are the two new conics.
333 GrAAHairLinePathRenderer::PtArray* conics,
351 // We chop the conics to create tighter clipping to hide error
352 // that appears near max curvature of very thin conics. Thin
369 // when in perspective keep conics in src space
371 SkPoint* pts = conics->push_back_n(3);
778 const PtArray& conics,
817 seedPts[0] = conics[0];
818 seedPts[1] = conics[2]
1034 int conics = 0; local
    [all...]
GrAAHairLinePathRenderer.h 51 const PtArray& conics,
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 27 // bloat_quad. Quadratics and conics share an index buffer
211 // and dst[1] are the two new conics.
333 GrAAHairLinePathRenderer::PtArray* conics,
351 // We chop the conics to create tighter clipping to hide error
352 // that appears near max curvature of very thin conics. Thin
369 // when in perspective keep conics in src space
371 SkPoint* pts = conics->push_back_n(3);
778 const PtArray& conics,
817 seedPts[0] = conics[0];
818 seedPts[1] = conics[2]
1034 int conics = 0; local
    [all...]
GrAAHairLinePathRenderer.h 51 const PtArray& conics,
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBezierEffect.h 31 * The output of this effect is a hairline edge for conics.
32 * Conics specified by implicit equation K^2 - LM.
  /external/skia/src/gpu/effects/
GrBezierEffect.h 31 * The output of this effect is a hairline edge for conics.
32 * Conics specified by implicit equation K^2 - LM.
  /external/skia/bench/
PathBench.cpp 906 for (int i = 0; i < CONICS; ++i) {
917 CONICS = 100
919 SkConic fConics[CONICS];
937 for (int j = 0; j < CONICS; ++j) {
958 for (int j = 0; j < CONICS; ++j) {
979 for (int j = 0; j < CONICS; ++j) {
HairlinePathBench.cpp 227 // Don't have default path renderer for conics yet on GPU, so must use AA
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 217 // V12: add conics to SkPath, use new SkPathRef flattening
SkGeometry.h 300 kQuadCount = 8, // should handle most conics
  /external/skia/include/core/
SkPicture.h 217 // V12: add conics to SkPath, use new SkPathRef flattening
SkGeometry.h 300 kQuadCount = 8, // should handle most conics
  /external/skia/gm/
beziereffects.cpp 336 // and dst[1] are the two new conics.
  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 597 // todo: if we had maxcurvature for conics, perhaps we should
  /external/skia/src/core/
SkStroke.cpp 597 // todo: if we had maxcurvature for conics, perhaps we should

Completed in 4200 milliseconds