HomeSort by relevance Sort by last modified time
    Searched defs:firstOffset (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/
LinearAlloc.h 39 int firstOffset; /* for chasing through */
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 261 float firstOffset = stops[0].offset;
262 if (firstOffset > 0) {
263 float currOffset = firstOffset;
305 float firstOffset = stops[0].offset;
307 float scale = lastOffset - firstOffset;
310 stops[i].offset = (stops[i].offset - firstOffset) / scale;
314 gradient->setP0(FloatPoint(p0.x() + firstOffset * (p1.x() - p0.x()), p0.y() + firstOffset * (p1.y() - p0.y())));
318 float firstOffset = 0;
320 float scale = lastOffset - firstOffset;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 83 milliseconds