Searched defs:isHardware (Results 1 – 10 of 10) sorted by relevance
96 static uint32_t getInfoFlags(const SkImageInfo& info, bool isHardware) { in getInfoFlags()120 static AndroidBitmapInfo getInfo(const SkImageInfo& imageInfo, uint32_t rowBytes, bool isHardware) { in getInfo()143 bool isHardware = false; in ABitmap_getInfoFromJava() local
67 Return<bool> isHardware() override { return false; } in isHardware() function
64 Return<bool> isHardware() override { return true; } in isHardware() function
67 Return<bool> isHardware() override { return true; } in isHardware() function
121 bool isHardware() const { return mPixelStorageType == PixelStorageType::Hardware; } in isHardware() function
105 bool isHardware = false; in nativeDecodeRegion() local
280 const bool isHardware = !requireMutable in ImageDecoder_nDecodeBitmap() local
183 bool isHardware = false; in doDecode() local
132 bool isHardware() { in isHardware() function in android::BitmapWrapper250 bool* isHardware) { in getBitmapInfo()
2725 private final boolean isHardware; field in TvInputManagerService.ServiceState