HomeSort by relevance Sort by last modified time
    Searched refs:Iter (Results 176 - 193 of 193) sorted by null

1 2 3 4 5 6 78

  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
  /external/skia/legacy/src/core/
SkStroke.cpp 577 SkPath::Iter iter(src, false);
581 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
SkDraw.cpp 279 SkRegion::Iterator iter(fRC->bwRgn());
280 while (!iter.done()) {
281 CallBitmapXferProc(*fBitmap, iter.rect(), proc, procData);
282 iter.next();
    [all...]
  /external/skia/legacy/src/views/
SkListView.cpp 101 SkOSFile::Iter fIter;
  /external/skia/src/core/
SkStroke.cpp 649 SkPath::Iter iter(src, false);
653 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) {
SkDraw.cpp 297 SkRegion::Iterator iter(fRC->bwRgn());
298 while (!iter.done()) {
299 CallBitmapXferProc(*fBitmap, iter.rect(), proc, procData);
300 iter.next();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 557 for (Vector<Contour*>::iterator iter = m_contours.begin(); iter != m_contours.end(); ++iter) {
558 Contour* cur = *iter;
618 SkPath::Iter iter(*path.platformPath(), false);
625 verb = iter.next(points);
646 if (iter.isCloseLine()) {
716 for (Vector<Contour*>::iterator iter = m_contours.begin(); iter != m_contours.end(); ++iter)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 147 SkPath::Iter iter(path, false);
148 for (SkPath::Verb verb = iter.next(current_points);
150 verb = iter.next(current_points)) {
156 // iter.next returns 2 points.
162 // iter.next returns 3 points.
169 // iter.next returns 4 points.
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaLookup.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 627 SkPath::Iter iter(*skPath, true);
629 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
    [all...]
  /frameworks/base/libs/hwui/
PathTessellator.cpp     [all...]
  /external/skia/tests/
PathTest.cpp 419 SkPath::RawIter iter(path);
425 switch (iter.next(pts)) {
655 SkPath::Iter iter(path, SkToBool(i));
662 while (SkPath::kDone_Verb != (v = iter.next(pts))) {
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 1625 milliseconds

1 2 3 4 5 6 78