HomeSort by relevance Sort by last modified time
    Searched defs:Colors (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.cpp 23 int64_t SkPdfLzwdecodeAndFlatedecodeFiltersDictionary::Colors(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Colors", "");
32 return get("Colors", "") != NULL;
  /external/libcxx/test/utilities/function.objects/unord.hash/
enum.pass.cpp 24 enum class Colors { red, orange, yellow, green, blue, indigo, violet };
54 test<Colors>();
  /external/llvm/lib/Support/
GraphWriter.cpp 58 /// from a reasonable number of colors.
61 static const char* Colors[NumColors] = {
65 return Colors[ColorNumber % NumColors];
  /art/test/044-proxy/src/
BasicTest.java 49 Colors colors = (Colors) proxy; local
50 colors.red(1.0f);
51 colors.blue(777);
52 colors.mauve("sorry");
53 colors.blob();
102 new Class[] { Quads.class, Colors.class, Trace.class });
151 interface Colors {
177 class Mix implements Quads, Colors {
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 69 enum Colors {
220 /// change only the bold attribute, and keep colors untouched
224 virtual raw_ostream &changeColor(enum Colors Color,
233 /// Resets the colors to terminal defaults. Call this when you are done
237 /// Reverses the forground and background colors.
245 /// This function determines if this stream is displayed and supports colors.
381 raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /external/giflib/
gif_lib.h 43 GifColorType *Colors; /* on malloc(3) heap */
72 GifWord SColorResolution; /* How many colors can we generate? */
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 432 enum Colors {
440 Colors c1;
441 Colors c2;
442 Colors c3;
443 Colors c4;
444 Colors c5;
445 Colors c6;
451 struct ScalarEnumerationTraits<Colors> {
452 static void enumeration(IO &io, Colors &value) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 564 milliseconds