/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___image___info.md | 22 | [OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat) [colorType](#colortype) | 颜色类型[OH_Dr… 43 OH_Drawing_ColorFormat OH_Drawing_Image_Info::colorType 48 颜色类型[OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat)
|
H A D | _o_h___drawing___bitmap_format.md | 20 | [OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat) [colorFormat](#colorformat) | 描述位图像素… 41 OH_Drawing_ColorFormat OH_Drawing_BitmapFormat::colorFormat
|
H A D | drawing__types_8h.md | 69 | typedef enum [OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat) [OH_Drawing_ColorForma… 84 | [OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat) {<br/>COLOR_FORMAT_UNKNOWN, COLOR_FO…
|
H A D | drawing__bitmap_8h.md | 44 | [OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat) [OH_Drawing_BitmapGetColorFormat](_d…
|
H A D | _drawing.md | 181 | typedef enum [OH_Drawing_ColorFormat](#oh_drawing_colorformat) [OH_Drawing_ColorFormat](#oh_draw… 234 | [OH_Drawing_ColorFormat](#oh_drawing_colorformat-1) {<br/>COLOR_FORMAT_UNKNOWN, COLOR_FORMAT_ALPH… 251 | [OH_Drawing_ColorFormat](#oh_drawing_colorformat) [OH_Drawing_BitmapGetColorFormat](#oh_drawing_b… 1101 ### OH_Drawing_ColorFormat subsection 1104 typedef enum OH_Drawing_ColorFormat OH_Drawing_ColorFormat 2354 ### OH_Drawing_ColorFormat subsection 2357 enum OH_Drawing_ColorFormat 5547 OH_Drawing_ColorFormat OH_Drawing_BitmapGetColorFormat (OH_Drawing_Bitmap* ) 5570 函数返回位图的像素存储格式,支持格式参考[OH_Drawing_ColorFormat](#oh_drawing_colorformat)。
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___image___info.md | 22 | [OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat) [colorType](#colortype) | Color form… 43 OH_Drawing_ColorFormat OH_Drawing_Image_Info::colorType 48 Color format. For details, see [OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat).
|
H A D | _o_h___drawing___bitmap_format.md | 20 | [OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat) [colorFormat](#colorformat) | Storag… 41 OH_Drawing_ColorFormat OH_Drawing_BitmapFormat::colorFormat
|
H A D | drawing__types_8h.md | 69 | typedef enum [OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat) [OH_Drawing_ColorForma… 84 | [OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat) {<br>COLOR_FORMAT_UNKNOWN, COLOR_FOR…
|
H A D | drawing__bitmap_8h.md | 44 | [OH_Drawing_ColorFormat](_drawing.md#oh_drawing_colorformat) [OH_Drawing_BitmapGetColorFormat](_d…
|
H A D | _drawing.md | 181 | typedef enum [OH_Drawing_ColorFormat](#oh_drawing_colorformat) [OH_Drawing_ColorFormat](#oh_draw… 234 | [OH_Drawing_ColorFormat](#oh_drawing_colorformat-1) {<br>COLOR_FORMAT_UNKNOWN, COLOR_FORMAT_ALPHA… 251 | [OH_Drawing_ColorFormat](#oh_drawing_colorformat) [OH_Drawing_BitmapGetColorFormat](#oh_drawing_b… 1101 ### OH_Drawing_ColorFormat subsection 1104 typedef enum OH_Drawing_ColorFormat OH_Drawing_ColorFormat 2354 ### OH_Drawing_ColorFormat subsection 2357 enum OH_Drawing_ColorFormat 5592 OH_Drawing_ColorFormat OH_Drawing_BitmapGetColorFormat (OH_Drawing_Bitmap* ) 5615 Returns the pixel format. For details about the supported formats, see [OH_Drawing_ColorFormat](#oh…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_bitmap.h | 54 OH_Drawing_ColorFormat colorFormat; 140 OH_Drawing_ColorFormat OH_Drawing_BitmapGetColorFormat(OH_Drawing_Bitmap*);
|
H A D | drawing_types.h | 354 } OH_Drawing_ColorFormat; typedef 465 OH_Drawing_ColorFormat colorType;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_bitmap.cpp | 98 OH_Drawing_ColorFormat OH_Drawing_BitmapGetColorFormat(OH_Drawing_Bitmap* cBitmap) in OH_Drawing_BitmapGetColorFormat() 105 return static_cast<OH_Drawing_ColorFormat>(bitmap->GetColorType()); in OH_Drawing_BitmapGetColorFormat() 137 cImageInfo->colorType = static_cast<OH_Drawing_ColorFormat>(imageInfo.GetColorType()); in OH_Drawing_BitmapGetImageInfo()
|
H A D | drawing_image.cpp | 87 cImageInfo->colorType = static_cast<OH_Drawing_ColorFormat>(imageInfo.GetColorType()); in OH_Drawing_ImageGetImageInfo()
|
H A D | drawing_canvas.cpp | 821 cImageInfo->colorType = static_cast<OH_Drawing_ColorFormat>(imageInfo.GetColorType()); in OH_Drawing_CanvasGetImageInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | bitmap_test.h | 41 explicit BitmapReadPixels(int type, OH_Drawing_ColorFormat ct, OH_Drawing_AlphaFormat at) in BitmapReadPixels() 49 OH_Drawing_ColorFormat fCT;
|
H A D | canvas_test.cpp | 340 OH_Drawing_BitmapFormat cFormat { OH_Drawing_ColorFormat::COLOR_FORMAT_RGBA_8888, in OnTestPerformance()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_bitmap_test.cpp | 226 OH_Drawing_ColorFormat formats[] = { 241 OH_Drawing_ColorFormat colorFormat_; 266 OH_Drawing_ColorFormat formats[] = {
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | alpha_image.cpp | 53 OH_Drawing_BitmapFormat format = { OH_Drawing_ColorFormat::COLOR_FORMAT_ALPHA_8, in make_alpha_image() 153 OH_Drawing_BitmapFormat format = { OH_Drawing_ColorFormat::COLOR_FORMAT_ALPHA_8, in OnTestFunction()
|
H A D | newsurface.cpp | 53 OH_Drawing_BitmapFormat format = { OH_Drawing_ColorFormat::COLOR_FORMAT_RGBA_8888, in OnTestFunction()
|
H A D | bitmaprect.cpp | 41 OH_Drawing_BitmapFormat format = { OH_Drawing_ColorFormat::COLOR_FORMAT_RGBA_8888, in make_big_bitmap()
|
H A D | drawbitmaprect.cpp | 54 OH_Drawing_BitmapFormat format = { OH_Drawing_ColorFormat::COLOR_FORMAT_RGBA_8888, in PrecondItions()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkimage_fuzzer/ |
H A D | ndkimage_fuzzer.cpp | 64 static_cast<OH_Drawing_ColorFormat>(colorType % COLORFORMAT_SIZE), in NativeDrawingImageTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkbitmap_fuzzer/ |
H A D | bitmap_fuzzer.cpp | 51 OH_Drawing_BitmapFormat bitmapFormat { static_cast<OH_Drawing_ColorFormat>(enum_1 % PATH_FIX), in BitmapFuzzTest000()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/ |
H A D | canvas_fuzzer.cpp | 196 …OH_Drawing_BitmapFormat cFormat{static_cast<OH_Drawing_ColorFormat>(GetObject<uint32_t>() % ENUM_R… in CanvasFuzzTest006()
|