HomeSort by relevance Sort by last modified time
    Searched refs:LABEL_SIZE (Results 1 - 5 of 5) sorted by null

  /external/skia/gm/
lightingshader2.cpp 141 constexpr SkScalar LABEL_SIZE = 10.0f;
146 labelPaint.setTextSize(LABEL_SIZE);
149 constexpr SkScalar GRID_CELL_WIDTH = kTexSize + 20.0f + NUM_BOOLEAN_PARAMS * LABEL_SIZE;
171 canvas->translate(0.0f, LABEL_SIZE);
177 canvas->translate(0.0f, LABEL_SIZE);
183 canvas->translate(0.0f, LABEL_SIZE);
189 canvas->translate(0.0f, LABEL_SIZE);
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
GlitchAndCallbackHeatMapView.java 48 private static final int LABEL_SIZE = 36;
111 textPaint.setTextSize(LABEL_SIZE);
134 Rect bottomLegendArea = new Rect(0, canvas.getHeight() - LABEL_SIZE - OUTER_MARGIN,
163 graphArea.left += LABEL_SIZE + INNER_MARGIN;
164 graphArea.bottom -= LABEL_SIZE;
165 graphArea.top += LABEL_SIZE + INNER_MARGIN;
214 graphArea.bottom = glitchHeatArea.bottom - LABEL_SIZE;
215 graphArea.top = glitchHeatArea.top + LABEL_SIZE + INNER_MARGIN;
233 graphArea.bottom + INNER_MARGIN + LABEL_SIZE, graphArea.bottom, graphArea.left,
327 yPos + LABEL_SIZE / 2, textPaint)
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h     [all...]
  /external/python/cpython2/Lib/plat-irix5/
FL.py 24 LABEL_SIZE = 64
  /external/python/cpython2/Lib/plat-irix6/
FL.py 24 LABEL_SIZE = 64

Completed in 276 milliseconds