Home
last modified time | relevance | path

Searched refs:intX (Results 1 – 7 of 7) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DBarRenderer.java140 if (axisMap.containsKey(b.intX)) { in onRender()
141 barGroup = axisMap.get(b.intX); in onRender()
143 barGroup = new BarGroup(b.intX,plotArea); in onRender()
144 axisMap.put(b.intX, barGroup); in onRender()
192 barGroup.leftX = barGroup.intX - (int) (barWidth / 2); in onRender()
198 if (barGroup.intX - barGroup.prev.intX - gap - 1 > (int)(rough_width * 1.5)) { in onRender()
200 barGroup.leftX = barGroup.intX - (rough_width / 2); in onRender()
206 if (barGroup.leftX > barGroup.intX) barGroup.leftX = barGroup.intX; in onRender()
208 barGroup.rightX = barGroup.intX + (rough_width / 2); in onRender()
214 barGroup.leftX = barGroup.intX - (rough_width / 2); in onRender()
[all …]
/external/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp651 int xpos = mapper.intX(); in clampx_nofilter_trans()
702 int xpos = mapper.intX(); in repeatx_nofilter_trans()
738 int xpos = mapper.intX(); in mirrorx_nofilter_trans()
DSkBitmapProcState.h210 int intX() const { return SkFractionalIntToInt(fX); } in intX() function
DSkBitmapProcState.cpp529 fFilterOneX = mapper.intX(); in setupForTranslate()
/external/skqp/src/core/
DSkBitmapProcState_matrixProcs.cpp651 int xpos = mapper.intX(); in clampx_nofilter_trans()
702 int xpos = mapper.intX(); in repeatx_nofilter_trans()
738 int xpos = mapper.intX(); in mirrorx_nofilter_trans()
DSkBitmapProcState.h210 int intX() const { return SkFractionalIntToInt(fX); } in intX() function
DSkBitmapProcState.cpp529 fFilterOneX = mapper.intX(); in setupForTranslate()