Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetBytesPerPixel
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/rosen/
H
A
D
testing_image_info.h
32
int32_t
GetBytesPerPixel
() const
in GetBytesPerPixel()
function in OHOS::Ace::Testing::TestingImageInfo
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/imageinfo_fuzzer/
H
A
D
imageinfo_fuzzer.cpp
52
imageInfo.
GetBytesPerPixel
();
in ImageInfoFuzzTest001()
100
imageInfo.
GetBytesPerPixel
();
in ImageInfoFuzzTest003()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_maskcolor_shader_filter.cpp
50
single_pixel.Build(single_pixel_info, single_pixel_info.
GetBytesPerPixel
());
in CalcAverageColor()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H
A
D
image_info.h
87
int32_t
GetBytesPerPixel
() const
in GetBytesPerPixel()
function in OHOS::Rosen::Drawing::ImageInfo
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/
H
A
D
image_processing_native.cpp
49
float
GetBytesPerPixel
(OHOS::Media::PixelFormat format)
in GetBytesPerPixel()
function
378
int32_t rowSize = pixelMap->GetWidth() *
GetBytesPerPixel
(pixelMap->GetPixelFormat());
in CopyPixelMapToSurfaceBuffer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
offscreen_canvas_paint_method.cpp
176
subBitmap.ReadPixels(imageInfo, rawData, dirtyWidth * imageInfo.
GetBytesPerPixel
(), dx, dy);
in GetImageData()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/magic_pointer_render/
H
A
D
rs_magic_pointer_render_manager.cpp
295
single_pixel.Build(single_pixel_info, single_pixel_info.
GetBytesPerPixel
());
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H
A
D
rs_property_drawable_utils.cpp
141
dst = std::make_shared<Drawing::Pixmap>(info, pixelPtr.get(), info.GetWidth() * info.
GetBytesPerPixel
());
in PickColorSyn()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H
A
D
rs_properties_painter.cpp
1096
single_pixel.Build(single_pixel_info, single_pixel_info.
GetBytesPerPixel
());
in CalcAverageColor()
Completed in 12 milliseconds