Searched refs:setInfo (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DTextureCacheTests.cpp33 skBitmap.setInfo(info);
H A DSkiaBehaviorTests.cpp32 bitmap.setInfo(info);
H A DVectorDrawableTests.cpp405 bitmap.setInfo(info);
/frameworks/base/libs/hwui/tests/common/
H A DBitmapAllocationTestUtils.h43 skBitmap.setInfo(info);
H A DTestUtils.h191 outBitmap->setInfo(info);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h169 void setInfo(size_t pInfo) { m_Info = pInfo; } function in class:mcld::LDSection
/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp163 bitmap.setInfo(convertPixelFormat(buffer), bytesCount);
H A Dandroid_view_Surface.cpp334 bitmap.setInfo(info, bpr);
H A Dandroid_graphics_Canvas.cpp448 bitmap.setInfo(info);
/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp497 outBitmap->setInfo(info(), rowBytes());
505 outBitmap->setInfo(info(), rowBytes());
/frameworks/base/core/jni/android/graphics/
H A DGraphicBuffer.cpp186 bitmap.setInfo(SkImageInfo::Make(buffer->getWidth(), buffer->getHeight(),
H A DBitmapFactory.cpp444 if (!decodingBitmap.setInfo(bitmapInfo) ||
446 // SkAndroidCodec should recommend a valid SkImageInfo, so setInfo()
530 outputBitmap.setInfo(
H A DBitmap.cpp742 bitmap.setInfo(SkImageInfo::Make(width, height, colorType, kPremul_SkAlphaType, colorSpace));
771 if (!dst->setInfo(dstInfo)) {
1072 if (!bitmap->setInfo(SkImageInfo::Make(width, height, colorType, alphaType, colorSpace),
H A DGraphics.cpp670 bitmap->setInfo(bitmap->info(), rowBytes);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h334 [[clang::warn_unused_result]] Error setInfo(uint32_t type, uint32_t appId);
H A DHWC2.cpp960 Error Layer::setInfo(uint32_t type, uint32_t appId) function in class:HWC2::Layer
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h1186 C2Error setInfo(const std::shared_ptr<C2Info> &info);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp485 symtab.setInfo(symtab.getInfo() + num_new_stubs);
/frameworks/native/services/surfaceflinger/
H A DLayer.h238 void setInfo(uint32_t type, uint32_t appId);
H A DLayer.cpp720 error = hwcLayer->setInfo(type, appId);
1897 void Layer::setInfo(uint32_t type, uint32_t appId) { function in class:android::Layer
H A DSurfaceFlinger.cpp3040 layer->setInfo(windowType, ownerUid);
H A DSurfaceFlinger_hwc1.cpp2700 layer->setInfo(windowType, ownerUid);
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp409 section->setInfo(sh_info);
903 section->setInfo(sh_info);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp880 symtab.setInfo(symtab.getInfo() + 1);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp836 file_format->getDynSymTab().setInfo(dynsym_local_cnt);
855 file_format->getSymTab().setInfo(symtab_local_cnt);

Completed in 1659 milliseconds