Searched defs:textColor (Results 1 - 16 of 16) sorted by relevance

/external/ImageMagick/Magick++/demo/
H A Dbutton.cpp46 string textColor = "red"; local
68 button.fillColor( textColor );
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DPointLabelFormatter.java37 public PointLabelFormatter(int textColor) { argument
38 this(textColor, PixelUtils.dpToPix(DEFAULT_H_OFFSET_DP),
44 * @param textColor
49 public PointLabelFormatter(int textColor, float hOffset, float vOffset) { argument
50 initTextPaint(textColor);
63 protected void initTextPaint(Integer textColor) { argument
64 if (textColor == null) {
69 getTextPaint().setColor(textColor);
/external/skia/gm/
H A Dlcdblendmodes.cpp84 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { argument
123 paint.setColor(textColor);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DTextSampleEntry.java271 int[] textColor = new int[]{0xff, 0xff, 0xff, 0xff}; field in class:TextSampleEntry.StyleRecord
279 textColor = new int[4];
280 textColor[0] = IsoTypeReader.readUInt8(in);
281 textColor[1] = IsoTypeReader.readUInt8(in);
282 textColor[2] = IsoTypeReader.readUInt8(in);
283 textColor[3] = IsoTypeReader.readUInt8(in);
293 IsoTypeWriter.writeUInt8(bb, textColor[0]);
294 IsoTypeWriter.writeUInt8(bb, textColor[1]);
295 IsoTypeWriter.writeUInt8(bb, textColor[2]);
296 IsoTypeWriter.writeUInt8(bb, textColor[
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestWindow.java83 @Override public void setTitleColor(int textColor) { argument
/external/pdfium/core/fxge/win32/
H A Dfx_win32_dwrite.cpp118 const COLORREF& textColor);
417 const COLORREF& textColor) {
438 textColor);
409 DrawGlyphRun( const FX_RECT& text_bbox, __in_opt CFX_ClipRgn* pClipRgn, __in_opt DWRITE_MATRIX const* pMatrix, FLOAT baselineOriginX, FLOAT baselineOriginY, DWRITE_MEASURING_MODE measuringMode, __in DWRITE_GLYPH_RUN const* glyphRun, const COLORREF& textColor) argument
/external/pdfium/fpdfsdk/javascript/
H A DField.cpp125 {"textColor", get_textColor_static, set_textColor_static},
2342 bool Field::textColor(CJS_Runtime* pRuntime, function in class:Field
/external/python/cpython2/Mac/Modules/qt/
H A D_Qtmodule.c8750 RGBColor textColor; local
8784 &textColor,
8797 QdRGB_New, &textColor,
26413 PyDoc_STR("(MediaHandler mh, Ptr text, unsigned long size, short fontNumber, short fontSize, Style textFace, short textJustification, long displayFlags, TimeValue scrollDelay, short hiliteStart, short hiliteEnd, TimeValue duration) -> (ComponentResult _rv, RGBColor textColor, RGBColor backColor, Rect textBox, RGBColor rgbHiliteColor, TimeValue sampleTime)")},
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 442 milliseconds