Searched refs:graphWidget (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | OverlayWidgets.cpp | 178 GraphWidgetData *graphWidget, 186 TextWidgetData *textWidget, GraphWidgetData *graphWidget, \ 214 GraphWidgetData *graphWidget, 223 GraphWidgetData *graphWidget, 232 GraphWidgetData *graphWidget, 255 GraphWidgetData *graphWidget, in AppendGraphCommon() argument 260 GetWidgetCoordinates(widget->coords, imageExtent, graphWidget->coordinates); in AppendGraphCommon() 261 GetWidgetColor(widget->color, graphWidget->color); in AppendGraphCommon() 263 &graphWidget->valueWidth); in AppendGraphCommon() 264 GetGraphValues(runningValues, startIndex, scale, graphWidget->values); in AppendGraphCommon() [all …]
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | XYPlot.java | 45 private XYGraphWidget graphWidget; field in XYPlot 173 graphWidget = new XYGraphWidget( in onPreInit() 185 graphWidget.setBackgroundPaint(backgroundPaint); in onPreInit() 212 graphWidget.position( in onPreInit() 235 graphWidget.setMarginTop(PixelUtils.dpToPix(DEFAULT_GRAPH_WIDGET_TOP_MARGIN_DP)); in onPreInit() 236 graphWidget.setMarginRight(PixelUtils.dpToPix(DEFAULT_GRAPH_WIDGET_RIGHT_MARGIN_DP)); in onPreInit() 695 return graphWidget.getTicksPerRangeLabel(); in getTicksPerRangeLabel() 705 graphWidget.setTicksPerRangeLabel(ticksPerRangeLabel); in setTicksPerRangeLabel() 715 return graphWidget.getTicksPerDomainLabel(); in getTicksPerDomainLabel() 725 graphWidget.setTicksPerDomainLabel(ticksPerDomainLabel); in setTicksPerDomainLabel() [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | OverlayDraw.comp | 128 uint getValue(const uint graphWidget, const uvec2 coordInWidget, const uint valueWidth) 131 const uvec4 arrayItem = graphWidgetsData[graphWidget].values[valueIndex / 4]; 188 const uint graphWidget = findLSB(graphWidgets); 189 graphWidgets ^= 1 << graphWidget; 191 const uvec4 widgetCoords = graphWidgetsData[graphWidget].coordinates; 206 const uint valueWidth = graphWidgetsData[graphWidget].valueWidth.x; 209 const uint value = getValue(graphWidget, coordInWidget, valueWidth); 221 color = graphWidgetsData[graphWidget].color;
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/gen/ |
D | OverlayDraw.comp.00000000.inc | 281 // uint getValue(const uint graphWidget, const uvec2 coordInWidget, const uint valueWidth) 284 // const uvec4 arrayItem = graphWidgetsData[graphWidget]. values[valueIndex / 4]; 328 // const uint graphWidget = findLSB(graphWidgets); 329 // graphWidgets ^= 1 << graphWidget; 331 // const uvec4 widgetCoords = graphWidgetsData[graphWidget]. coordinates; 346 // const uint valueWidth = graphWidgetsData[graphWidget]. valueWidth . x; 348 // const uint value = getValue(graphWidget, coordInWidget, valueWidth); 358 // color = graphWidgetsData[graphWidget]. color;
|
D | OverlayDraw.comp.00000001.inc | 281 // uint getValue(const uint graphWidget, const uvec2 coordInWidget, const uint valueWidth) 284 // const uvec4 arrayItem = graphWidgetsData[graphWidget]. values[valueIndex / 4]; 328 // const uint graphWidget = findLSB(graphWidgets); 329 // graphWidgets ^= 1 << graphWidget; 331 // const uvec4 widgetCoords = graphWidgetsData[graphWidget]. coordinates; 346 // const uint valueWidth = graphWidgetsData[graphWidget]. valueWidth . x; 348 // const uint value = getValue(graphWidget, coordInWidget, valueWidth); 358 // color = graphWidgetsData[graphWidget]. color;
|