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:ComputeByteSize
(Results
1 - 11
of
11
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H
A
D
bitmap.cpp
69
size_t Bitmap::
ComputeByteSize
() const
in ComputeByteSize()
function in OHOS::Rosen::Drawing::Bitmap
71
return bmpImplPtr->
ComputeByteSize
();
in ComputeByteSize()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H
A
D
testing_bitmap.h
62
size_t
ComputeByteSize
() const
in ComputeByteSize()
function in OHOS::Ace::Testing::TestingBitmap
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
bitmap_impl.h
53
virtual size_t
ComputeByteSize
() const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_bitmap.h
53
size_t
ComputeByteSize
() const override;
H
A
D
skia_bitmap.cpp
130
size_t SkiaBitmap::
ComputeByteSize
() const
in ComputeByteSize()
function in OHOS::Rosen::Drawing::SkiaBitmap
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H
A
D
bitmap.h
81
size_t
ComputeByteSize
() const;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_bitmap_test.cpp
366
* @tc.name:
ComputeByteSize
367
* @tc.desc: Test
ComputeByteSize
371
HWTEST_F(SkiaBitmapTest,
ComputeByteSize
, TestSize.Level1)
in HWTEST_F()
379
size_t byteSize = skiaBitmap.
ComputeByteSize
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
offscreen_canvas_paint_method.cpp
55
bitmapSize_ = bitmap_.
ComputeByteSize
();
in InitBitmap()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/
H
A
D
bitmap_fuzzer.cpp
122
bitmap.
ComputeByteSize
();
in BitmapFuzzTest004()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/
H
A
D
bitmap_test.cpp
709
* @tc.desc: Test
ComputeByteSize
720
ASSERT_TRUE(bitmap->
ComputeByteSize
() >= 0);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_marshalling_helper.cpp
396
size_t size = bitmap.
ComputeByteSize
();
in Marshalling()
Completed in 9 milliseconds