Searched refs:SK_HISTOGRAM_BOOLEAN (Results 1 – 4 of 4) sorted by relevance
291 #if defined(SK_HISTOGRAM_ENUMERATION) && defined(SK_HISTOGRAM_BOOLEAN)297 #ifndef SK_HISTOGRAM_BOOLEAN298 # define SK_HISTOGRAM_BOOLEAN(name, value) macro
400 defined(SK_HISTOGRAM_BOOLEAN) || \408 #ifndef SK_HISTOGRAM_BOOLEAN409 # define SK_HISTOGRAM_BOOLEAN(name, sample) macro
182 SK_HISTOGRAM_BOOLEAN("DrawTiled", false); in drawTextureProducer()
900 SK_HISTOGRAM_BOOLEAN("DrawTiled", true); in drawTiledBitmap() local