Searched refs:childOffset (Results 1 - 7 of 7) 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 DRenderTableSection.cpp993 LayoutSize childOffset(cell->location() - oldCellRect.location());
994 if (childOffset.width() || childOffset.height()) {
996 view()->addLayoutDelta(childOffset);
H A DRenderLayer.cpp2590 LayoutPoint childOffset; local
2591 columnLayers[colIndex - 1]->convertToLayerCoords(paintingInfo.rootLayer, childOffset);
2593 transform.translateRight(roundToInt(childOffset.x() + offset.width()), roundToInt(childOffset.y() + offset.height()));
3601 LayoutPoint childOffset; local
3603 childLayer->convertToLayerCoords(this, childOffset);
3604 childLocalRect.moveBy(-childOffset);
H A DRenderBlockFlow.cpp613 LayoutSize childOffset = child->location() - oldRect.location(); local
626 if (childOffset.width() || childOffset.height()) {
628 view()->addLayoutDelta(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 315 milliseconds