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

  /external/skia/tools/
PictureRenderer.h 129 fDeviceType = deviceType;
187 return kBitmap_DeviceType == fDeviceType;
208 switch (fDeviceType) {
232 switch (fDeviceType) {
247 switch(fDeviceType) {
269 , fDeviceType(kBitmap_DeviceType)
293 SkDeviceTypes fDeviceType;
PictureRenderer.cpp 102 switch(fDeviceType) {
198 SkASSERT(kBitmap_DeviceType == fDeviceType);

Completed in 26 milliseconds