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

  /external/skia/tools/flags/
SkCommandLineFlags.h 228 kInt_FlagType,
269 SkFlagInfo* info = SkNEW_ARGS(SkFlagInfo, (name, NULL, kInt_FlagType, helpString));
320 if (kInt_FlagType == fFlagType) {
323 SkASSERT(!"Can only call setInt on kInt_FlagType");
359 case SkFlagInfo::kInt_FlagType:
377 case SkFlagInfo::kInt_FlagType:
SkCommandLineFlags.cpp 272 case SkFlagInfo::kInt_FlagType:

Completed in 4458 milliseconds