HomeSort by relevance Sort by last modified time
    Searched refs:fFlagType (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/flags/
SkCommandLineFlags.h 314 FlagTypes getFlagType() const { return fFlagType; }
317 if (kString_FlagType == fFlagType) {
325 if (kString_FlagType == fFlagType) {
333 if (kInt_FlagType == fFlagType) {
341 if (kDouble_FlagType == fFlagType) {
349 if (kBool_FlagType == fFlagType) {
366 switch (fFlagType) {
385 switch (fFlagType) {
404 , fFlagType(type)
431 FlagTypes fFlagType;
    [all...]
SkCommandLineFlags.cpp 95 if (kBool_FlagType == fFlagType) {

Completed in 33 milliseconds