Searched refs:intX (Results 1 – 7 of 7) sorted by relevance
140 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 …]
651 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()
210 int intX() const { return SkFractionalIntToInt(fX); } in intX() function
529 fFilterOneX = mapper.intX(); in setupForTranslate()