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

  /external/llvm/include/llvm/Support/
raw_ostream.h 257 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/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /external/llvm/lib/Support/
raw_ostream.cpp 708 bool raw_fd_ostream::has_colors() const { function in class:raw_fd_ostream
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_ostream.cpp 687 bool raw_fd_ostream::has_colors() const { function in class:raw_fd_ostream
  /external/skia/src/core/
SkLiteDL.cpp 434 if (colors) { copy_v(this->colors, colors, 4); has_colors = true; }
442 bool has_colors = false; member in struct:__anon34009::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:__anon34009::final
488 auto colors = has_colors
  /external/skqp/src/core/
SkLiteDL.cpp 434 if (colors) { copy_v(this->colors, colors, 4); has_colors = true; }
442 bool has_colors = false; member in struct:__anon34677::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:__anon34677::final
488 auto colors = has_colors
  /external/syslinux/gpxe/src/include/
curses.h 254 //extern bool has_colors ( void );
571 static inline bool has_colors ( void ) { function

Completed in 1292 milliseconds