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

  /external/skia/include/core/
SkMetaData.h 77 bool hasBool(const char name[], bool value) const {
  /external/skia/include/views/
SkEvent.h 155 bool hasBool(const char name[], bool value) const { return fMeta.hasBool(name, value); }
  /external/skia/src/xml/
SkDOM.cpp 419 bool SkDOM::hasBool(const Node* node, const char name[], bool target) const

Completed in 3129 milliseconds