Home
last modified time | relevance | path

Searched refs:TEXT_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DUberColorPickerDialog.java160 private static final int TEXT_SIZE = 12; field in UberColorPickerDialog.ColorPickerView
242 PALETTE_POS_Y = TEXT_SIZE * 4 + SWATCH_HEIGHT; in ColorPickerView()
245 mOldSwatchRect.set(0, TEXT_SIZE * 4, SWATCH_WIDTH, TEXT_SIZE * 4 + SWATCH_HEIGHT); in ColorPickerView()
246 … mNewSwatchRect.set(SWATCH_WIDTH, TEXT_SIZE * 4, SWATCH_WIDTH * 2, TEXT_SIZE * 4 + SWATCH_HEIGHT); in ColorPickerView()
260 VIEW_DIM_Y = SWATCH_HEIGHT + PALETTE_DIM + TEXT_SIZE * 4; in ColorPickerView()
269 mOldSwatchRect.set(0, TEXT_SIZE * 7, SWATCH_WIDTH, TEXT_SIZE * 7 + SWATCH_HEIGHT); in ColorPickerView()
270 …mNewSwatchRect.set(0, TEXT_SIZE * 7 + SWATCH_HEIGHT, SWATCH_WIDTH, TEXT_SIZE * 7 + SWATCH_HEIGHT *… in ColorPickerView()
277 TEXT_RGB_POS[1] = (int)(TEXT_HSV_POS[1] + TEXT_SIZE * 3.5); in ColorPickerView()
279 TEXT_YUV_POS[1] = (int)(TEXT_HSV_POS[1] + TEXT_SIZE * 3.5); in ColorPickerView()
347 mText.setTextSize(TEXT_SIZE); in ColorPickerView()
[all …]
/external/skia/gm/
Dverttext.cpp15 #define TEXT_SIZE 48 macro
92 paint.setTextSize(SkIntToScalar(TEXT_SIZE)); in onDraw()
/external/skia/bench/
DPicturePlaybackBench.cpp27 fTextSize = SkIntToScalar(TEXT_SIZE); in PicturePlaybackBench()
33 TEXT_SIZE = 10 enumerator