Searched defs:childOffset (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DAAClipBench.cpp143 SkPoint childOffset = offset; local
144 this->recurse(canvas, depth+1, childOffset);
146 childOffset += fSizes[depth+1];
147 this->recurse(canvas, depth+1, childOffset);
149 childOffset.fX = offset.fX + fSizes[depth+1].fX;
150 childOffset.fY = offset.fY;
151 this->recurse(canvas, depth+1, childOffset);
153 childOffset.fX = offset.fX;
154 childOffset.fY = offset.fY + fSizes[depth+1].fY;
155 this->recurse(canvas, depth+1, childOffset);
[all...]
/external/skia/bench/
H A DAAClipBench.cpp143 SkPoint childOffset = offset; local
144 this->recurse(canvas, depth+1, childOffset);
146 childOffset += fSizes[depth+1];
147 this->recurse(canvas, depth+1, childOffset);
149 childOffset.fX = offset.fX + fSizes[depth+1].fX;
150 childOffset.fY = offset.fY;
151 this->recurse(canvas, depth+1, childOffset);
153 childOffset.fX = offset.fX;
154 childOffset.fY = offset.fY + fSizes[depth+1].fY;
155 this->recurse(canvas, depth+1, childOffset);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp662 LayoutSize childOffset = child->location() - oldRect.location(); local
678 bool didNotDoFullLayoutAndMoved = childHadLayout && !selfNeedsLayout() && (childOffset.width() || childOffset.height());
H A DRenderLayer.cpp2367 LayoutPoint childOffset; local
2368 columnLayers[colIndex - 1]->convertToLayerCoords(paintingInfo.rootLayer, childOffset);
2370 transform.translateRight(roundToInt(childOffset.x() + offset.width()), roundToInt(childOffset.y() + offset.height()));
3379 LayoutPoint childOffset; local
3381 childLayer->convertToLayerCoords(this, childOffset);
3382 childLocalRect.moveBy(-childOffset);
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 148 milliseconds