Searched defs:has_colors (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
H A Draw_ostream.h257 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
409 bool has_colors() const override;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
/external/llvm/lib/Support/
H A Draw_ostream.cpp708 bool raw_fd_ostream::has_colors() const { function in class:raw_fd_ostream
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp687 bool raw_fd_ostream::has_colors() const { function in class:raw_fd_ostream
/external/skia/src/core/
H A DSkLiteDL.cpp434 if (colors) { copy_v(this->colors, colors, 4); has_colors = true; }
442 bool has_colors = false; member in struct:__anon20677::final
445 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr,
474 const SkRect* cull, const SkPaint* paint, bool has_colors)
475 : atlas(sk_ref_sp(atlas)), count(count), xfermode(xfermode), has_colors(has_colors) {
484 bool has_colors; member in struct:__anon20677::final
488 auto colors = has_colors
473 DrawAtlas(const SkImage* atlas, int count, SkBlendMode xfermode, const SkRect* cull, const SkPaint* paint, bool has_colors) argument
/external/skqp/src/core/
H A DSkLiteDL.cpp434 if (colors) { copy_v(this->colors, colors, 4); has_colors = true; }
442 bool has_colors = false; member in struct:__anon21345::final
445 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr,
474 const SkRect* cull, const SkPaint* paint, bool has_colors)
475 : atlas(sk_ref_sp(atlas)), count(count), xfermode(xfermode), has_colors(has_colors) {
484 bool has_colors; member in struct:__anon21345::final
488 auto colors = has_colors
473 DrawAtlas(const SkImage* atlas, int count, SkBlendMode xfermode, const SkRect* cull, const SkPaint* paint, bool has_colors) argument
/external/syslinux/gpxe/src/include/
H A Dcurses.h254 //extern bool has_colors ( void );
571 static inline bool has_colors ( void ) { function

Completed in 318 milliseconds