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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TextLinkColors.cpp 67 static const ColorValue colorValues[] = {
90 for (const ColorValue* col = colorValues; col->cssValueId; ++col) {
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 98 const jint* colorValues = env->GetIntArrayElements(colorArray, NULL);
108 reinterpret_cast<const SkColor*>(colorValues), pos, count,
111 env->ReleaseIntArrayElements(colorArray, const_cast<jint*>(colorValues), JNI_ABORT);
142 const jint* colorValues = env->GetIntArrayElements(colorArray, NULL);
152 reinterpret_cast<const SkColor*>(colorValues), pos, count,
154 env->ReleaseIntArrayElements(colorArray, const_cast<jint*>(colorValues),
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 269 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values);
273 mForegroundColor.setValues(colorValues);
284 mEdgeColor.setValues(colorValues);
287 final int[] bgColorValues = new int[colorValues.length + 1];
289 System.arraycopy(colorValues, 0, bgColorValues, 1, colorValues.length);
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 701 ContentValues colorValues = new ContentValues();
702 colorValues.put(Colors.DATA, data);
703 colorValues.put(Colors.COLOR_KEY, index);
704 colorValues.put(Colors.COLOR_TYPE, type);
705 colorValues.put(Colors.COLOR, color);
706 Uri result = resolver.insert(uri, colorValues);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 188 bool parseColorParameters(CSSParserValue*, int* colorValues, bool parseAlpha);
189 bool parseHSLParameters(CSSParserValue*, double* colorValues, bool parseAlpha);
CSSPropertyParser.cpp     [all...]

Completed in 315 milliseconds