OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texture_paths
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt2/configuration/
ConfigurationParser.h
100
std::vector<std::string>
texture_paths
;
member in struct:aapt::configuration::GlTexture
103
return lhs.name == rhs.name && lhs.
texture_paths
== rhs.
texture_paths
;
ConfigurationParser.cpp
809
result.
texture_paths
.push_back(TrimWhitespace(t->text).to_string());
Completed in 212 milliseconds