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 360 FlagTypes getFlagType() const { return fFlagType; }
363 if (kString_FlagType == fFlagType) {
371 if (kString_FlagType == fFlagType) {
379 if (kInt_FlagType == fFlagType) {
387 if (kDouble_FlagType == fFlagType) {
395 if (kBool_FlagType == fFlagType) {
413 switch (fFlagType) {
432 switch (fFlagType) {
452 , fFlagType(type)
480 FlagTypes fFlagType;
    [all...]
SkCommandLineFlags.cpp 109 if (kBool_FlagType == fFlagType) {

Completed in 2208 milliseconds