HomeSort by relevance Sort by last modified time
    Searched defs:hasColors (Results 1 - 7 of 7) 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)) {
  /external/skia/src/gpu/batches/
GrDrawAtlasBatch.h 36 if (this->hasColors()) {
57 bool hasColors() const { return fHasColors; }
GrDrawAtlasBatch.cpp 23 (this->hasColors() ? sizeof(GrColor) : 0);
39 static const GrGeometryProcessor* set_vertex_attributes(bool hasColors,
45 if (hasColors) {
56 SkAutoTUnref<const GrGeometryProcessor> gp(set_vertex_attributes(this->hasColors(),
66 + (this->hasColors() ? sizeof(GrColor) : 0));
182 if (this->hasColors() != that->hasColors()) {
186 if (!this->hasColors() && this->color() != that->color()) {
234 SkTArray<GrColor>* colors, bool hasColors) {
238 if (hasColors) {
    [all...]
GrDrawVerticesBatch.cpp 258 SkTArray<GrColor>* colors, bool hasColors,
265 if (hasColors) {
287 bool hasColors = random->nextBool();
297 &colors, hasColors,
305 &colors, hasColors,
  /frameworks/base/libs/hwui/
Program.h 127 bool hasColors;
171 hasColors = false;
262 if (hasColors) key |= programid(0x1) << PROGRAM_HAS_COLORS;

Completed in 178 milliseconds