Home
last modified time | relevance | path

Searched defs:hasPath (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/m133/src/core/
DSkGlyph.cpp382 const bool hasPath = this->path() != nullptr; in flattenPath() local
395 const bool hasPath = buffer.readBool(); in addPathFromBuffer() local
/third_party/flatbuffers/samples/
Dmonster_generated.swift133 …public var hasPath: Bool { let o = _accessor.offset(VTOFFSET.path.v); return o == 0 ? false : true… variable