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

  /external/skia/src/core/
SkBitmapProcState.h 246 int intX() const { return SkFractionalIntToInt(fX); }
  /external/skqp/src/core/
SkBitmapProcState.h 246 int intX() const { return SkFractionalIntToInt(fX); }
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BarRenderer.java 140 if (axisMap.containsKey(b.intX)) {
141 barGroup = axisMap.get(b.intX);
143 barGroup = new BarGroup(b.intX,plotArea);
144 axisMap.put(b.intX, barGroup);
191 // use intX and go halfwidth either side.
192 barGroup.leftX = barGroup.intX - (int) (barWidth / 2);
198 if (barGroup.intX - barGroup.prev.intX - gap - 1 > (int)(rough_width * 1.5)) {
199 // use intX and go halfwidth either side.
200 barGroup.leftX = barGroup.intX - (rough_width / 2);
    [all...]

Completed in 381 milliseconds