Searched defs:leftOffset (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLIRect.h43 int leftOffset,
47 fLeft = glRect.fLeft + leftOffset;
42 setRelativeTo(const GrGLIRect& glRect, int leftOffset, int topOffset, int width, int height) argument
/external/skia/src/effects/
H A DSkBlurImageFilter.cpp34 int leftOffset, int rightOffset)
56 if (x >= leftOffset) {
57 SkColor l = *(sptr - leftOffset);
33 boxBlurX(const SkBitmap& src, SkBitmap* dst, int kernelSize, int leftOffset, int rightOffset) argument
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurface.cpp469 int leftOffset = enclosingScreenDirty.x() - prerenderedInval->screenArea.x(); local
470 if (!GLUtils::deepCopyBitmapSubset(sourceBitmap, subset, leftOffset, topOffset))
H A DGLUtils.cpp625 SkBitmap& subset, int leftOffset, int topOffset)
642 srcOffset += (leftOffset * sourceBitmap.bytesPerPixel());
624 deepCopyBitmapSubset(const SkBitmap& sourceBitmap, SkBitmap& subset, int leftOffset, int topOffset) argument
/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.cpp468 int leftOffset = hspacing; local
491 cell->setX(leftOffset);
H A DInlineTextBox.cpp1237 int leftOffset = isLeftToRightDirection() ? 0 : m_len; local
1241 swap(leftOffset, rightOffset);
1246 return leftOffset;
H A DRenderBlock.cpp3311 int leftOffset = logicalLeftOffsetForContent(); // Constant part of left offset. local
3313 if (rightOffset - leftOffset < floatLogicalWidth)
3314 floatLogicalWidth = rightOffset - leftOffset; // Never look for more than what will be available.
3327 floatLogicalLeft = logicalLeftOffsetForLine(logicalTop, leftOffset, false, &heightRemainingLeft);
3330 floatLogicalLeft = logicalLeftOffsetForLine(logicalTop, leftOffset, false, &heightRemainingLeft);
3337 while (floatLogicalLeft - logicalLeftOffsetForLine(logicalTop, leftOffset, false, &heightRemainingLeft) < floatLogicalWidth) {
3742 int leftOffset = isHorizontalWritingMode() ? logicalLeftOffset : logicalTopOffset; local
3744 FloatingObject* floatingObj = new FloatingObject(r->type(), IntRect(r->x() - leftOffset, r->y() - topOffset, r->width(), r->height()));
3812 int leftOffset = isHorizontalWritingMode() ? logicalLeftOffset : logicalTopOffset; local
3815 FloatingObject* floatingObj = new FloatingObject(r->type(), IntRect(r->x() - leftOffset,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 374 milliseconds