/external/chromium_org/third_party/skia/src/pathops/ |
SkOpAngle.cpp | 289 fComputed = fSegment->subDivide(fStart, fEnd, &fCurvePart); 290 fSegment->subDivide(fStart, fStart < fEnd ? fSegment->count() - 1 : 0, &fCurveHalf); 314 fSegment->subDivide(fStart < fEnd ? 0 : last, fStart < fEnd ? last : 0, &origCurve); 367 fSegment->subDivide(fStart < fEnd ? 0 : last, fStart < fEnd ? last : 0, &origCurve);
|
SkPathOpsCubic.cpp | 297 SkDCubic sub = subDivide(startT, endT); 391 SkDCubic SkDCubic::subDivide(double t1, double t2) const { 430 void SkDCubic::subDivide(const SkDPoint& a, const SkDPoint& d, 448 SkDCubic sub = subDivide(t1, t2);
|
SkOpSegment.h | 295 bool subDivide(int start, int end, SkPoint edge[4]) const; 296 bool subDivide(int start, int end, SkDCubic* result) const;
|
SkOpSegment.cpp | 340 subDivide(start, end, edge); [all...] |
SkDCubicIntersection.cpp | 29 SkDCubic part = cubic.subDivide(tStart, tEnd); 79 SkDCubic c1 = cubic1.subDivide(t1s, t1e); 80 SkDCubic c2 = cubic2.subDivide(t2s, t2e);
|
SkPathOpsLine.cpp | 9 SkDLine SkDLine::subDivide(double t1, double t2) const {
|
/external/clang/include/clang/Lex/ |
Pragma.h | 56 /// Note that the PragmaNamespace class can be used to subdivide pragmas, e.g.
|
/external/grub/stage2/ |
pc_slice.h | 144 to subdivide the PC partitions from there. */
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
Octree.java | 122 root.subdivide(minTrisPerNode);
|
/external/skia/src/pathops/ |
SkOpAngle.cpp | 289 fComputed = fSegment->subDivide(fStart, fEnd, &fCurvePart); 290 fSegment->subDivide(fStart, fStart < fEnd ? fSegment->count() - 1 : 0, &fCurveHalf); 314 fSegment->subDivide(fStart < fEnd ? 0 : last, fStart < fEnd ? last : 0, &origCurve); 367 fSegment->subDivide(fStart < fEnd ? 0 : last, fStart < fEnd ? last : 0, &origCurve);
|
SkPathOpsCubic.cpp | 297 SkDCubic sub = subDivide(startT, endT); 391 SkDCubic SkDCubic::subDivide(double t1, double t2) const { 430 void SkDCubic::subDivide(const SkDPoint& a, const SkDPoint& d, 448 SkDCubic sub = subDivide(t1, t2);
|
SkOpSegment.h | 295 bool subDivide(int start, int end, SkPoint edge[4]) const; 296 bool subDivide(int start, int end, SkDCubic* result) const;
|
SkOpSegment.cpp | 340 subDivide(start, end, edge); [all...] |
SkDCubicIntersection.cpp | 29 SkDCubic part = cubic.subDivide(tStart, tEnd); 79 SkDCubic c1 = cubic1.subDivide(t1s, t1e); 80 SkDCubic c2 = cubic2.subDivide(t2s, t2e);
|
SkPathOpsLine.cpp | 9 SkDLine SkDLine::subDivide(double t1, double t2) const {
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
BIHNode.java | 393 // node.subdivide();
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
lscript.php | 196 'soliddrill', 'splitpols', 'subdivide', 'swaphidden',
|
/external/chromium_org/third_party/freetype/src/base/ |
ftbbox.c | 516 /* extremum coordinates, we subdivide instead. */
|
/external/chromium_org/third_party/skia/src/core/ |
SkGeometry.cpp | [all...] |
/external/freetype/src/base/ |
ftbbox.c | 516 /* extremum coordinates, we subdivide instead. */
|
/external/skia/src/core/ |
SkGeometry.cpp | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
BinPacker.java | 38 * pick which available space to occupy, and we then subdivide the
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 268 // we subdivide the quads to avoid huge overfill 325 * subdivide large quads to reduce over-fill. This subdivision has to be [all...] |
/external/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 268 // we subdivide the quads to avoid huge overfill 325 * subdivide large quads to reduce over-fill. This subdivision has to be [all...] |
/external/icu4c/test/depstest/ |
dependencies.txt | 803 # TODO: Try to subdivide this ball of wax.
|