Home
last modified time | relevance | path

Searched defs:bitMap (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_modifier.cpp60 auto bitMap = CreateBitMap(static_cast<int32_t>(qrCodeSize), qrCode, color, backgroundColor); in onDraw() local
88 RSBitmap bitMap; in CreateBitMap() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_converter.cpp75 const std::shared_ptr<SkBitmap>& bitMap, Media::InitializationOptions& opts) in BitmapToPixelMap()
H A Ddrawable_descriptor.cpp433const std::shared_ptr<SkBitmap>& bitMap, float width, float height, SkCanvas& canvas, const SkPain… in DrawOntoCanvas()
445const std::shared_ptr<Rosen::Drawing::Bitmap>& bitMap, float width, float height, Rosen::Drawing::… in DrawOntoCanvas()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Di_stream.h41 uint32_t bitMap = 0; member
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c51 void SetBit(uint32_t i, uint32_t byteMax, uint8_t *bitMap) in SetBit()
62 void ClearBit(uint32_t i, uint32_t byteMax, uint8_t *bitMap) in ClearBit()
73 static void ClearBitWithLock(pthread_mutex_t *mutex, uint32_t i, uint32_t byteMax, uint8_t *bitMap) in ClearBitWithLock()
88 static int32_t IterateBitmap(uint8_t *bitMap, uint32_t byteMax, enum BitmapOps ops) in IterateBitmap()
124 int32_t GetAndSetBit(uint8_t *bitMap, uint32_t byteMax) in GetAndSetBit()
132 static int32_t GetAndSetBitWithLock(pthread_mutex_t *mutex, uint8_t *bitMap, uint32_t byteMax) in GetAndSetBitWithLock()
143 int32_t GetAndCleartBit(uint8_t *bitMap, uint32_t byteMax) in GetAndCleartBit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h34 FILLP_UINT8 bitMap; member
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h121 int bitMap; member
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dtrans_type.h184 int32_t bitMap; /**< Bitmap, which indicates the start or end slice of a frame. */ member
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h210 int32_t bitMap; /**< Bitmap, which indicates the start or end slice of a frame. */ member
/ohos5.0/foundation/communication/dsoftbus/core/discovery/manager/src/
H A Ddisc_manager.c200 static void BitmapSet(uint32_t *bitMap, uint32_t pos) in BitmapSet()
205 static bool IsBitmapSet(const uint32_t *bitMap, uint32_t pos) in IsBitmapSet()
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h227 int32_t bitMap; /**< Bitmap, which indicates the start or end slice of a frame. */ member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp1222 std::shared_ptr<Drawing::Bitmap> bitMap = std::make_shared<Drawing::Bitmap>(); variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h574 FILLP_UINT32 bitMap; member
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp2193 std::shared_ptr<Media::PixelMap> bitMap = ssm->GetScreenCapture(option, &errCode); variable