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

  /external/clang/tools/diagtool/
TreeView.cpp 26 static bool hasColors(const llvm::raw_ostream &out) {
39 : out(out), ShowColors(hasColors(out)), FlagsOnly(false) {}
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorCache.java 91 public boolean hasColors(String accountName, String accountType) {
SelectSyncedCalendarsMultiAccountAdapter.java 327 colorSquare.setEnabled(mCache.hasColors(accountName, accountType));
347 if (!mCache.hasColors(accountName, accountType)) {
  /frameworks/base/libs/hwui/
Program.h 129 bool hasColors;
176 hasColors = false;
271 if (hasColors) key |= programid(0x1) << PROGRAM_HAS_COLORS;
  /external/skia/src/gpu/
GrContext.cpp 711 bool hasColors,
719 if (hasLocalCoords && hasColors) {
727 } else if (hasColors) {
759 if (this->hasColors()) {
788 set_vertex_attributes(this->hasLocalCoords(), this->hasColors(), &colorOffset,
806 + (this->hasColors() ? sizeof(GrColor) : 0));
848 if (this->hasColors()) {
922 bool hasColors() const { return fBatch.fHasColors; }
    [all...]

Completed in 142 milliseconds