OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasS32
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/xml/
SkDOM.h
75
bool
hasS32
(const Node*, const char name[], int32_t value) const;
/external/skia/include/views/
SkEvent.h
106
bool
hasS32
(const char name[], int32_t value) const { return fMeta.
hasS32
(name, value); }
/external/skia/include/core/
SkMetaData.h
67
bool
hasS32
(const char name[], int32_t value) const {
/external/skia/src/xml/
SkDOM.cpp
406
bool SkDOM::
hasS32
(const Node* node, const char name[], int32_t target) const
Completed in 69 milliseconds