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:pixel
(Results
1 - 3
of
3
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_live_view_content.cpp
319
for (const auto &
pixel
: picture.second) {
in MarshallingPictureMap()
320
pixelVec.emplace_back(AnsImageUtil::PackImage(
pixel
));
in MarshallingPictureMap()
339
for (const auto &
pixel
: picture.second) {
in FillPictureMarshallingMap()
340
pixelVec.emplace_back(AnsImageUtil::PackImage(
pixel
));
in FillPictureMarshallingMap()
/base/request/request/services/src/cxx/
H
A
D
notification_bar.cpp
94
std::unique_ptr<Media::PixelMap>
pixel
= source->CreatePixelMap(decodeOpts, errorCode);
in CreatePixelMap()
95
if (
pixel
== nullptr) {
in CreatePixelMap()
96
REQUEST_HILOGE("create
pixel
map failed");
in CreatePixelMap()
99
pixelMap = std::move(
pixel
);
in CreatePixelMap()
/base/global/i18n/frameworks/intl/src/
H
A
D
i18n_timezone.cpp
1099
std::vector<int>
pixel
= GetColorData(fixedX, fixedY, actualHeight, preferredPath);
in GetTimezoneIdByLocation()
local
1100
for (size_t i = 0; i <
pixel
.size(); i++) {
in GetTimezoneIdByLocation()
1101
//255 is invalid
pixel
value required
in GetTimezoneIdByLocation()
1102
if (
pixel
[i] != TZ_MAX_PIXEL_VALUE && categoryMap.find(
pixel
[i]) != categoryMap.end()) {
in GetTimezoneIdByLocation()
1103
std::string zdId = categoryMap[
pixel
[i]];
in GetTimezoneIdByLocation()
1169
for (size_t i = 0; i < 3; i++) { // 3 is RGB color
pixel
length
in GetColorData()
1170
std::string
pixel
= std::to_string(*(row_pointers + x * 3 + i)); // 3 is RGB color
pixel
length
in GetColorData()
local
1171
result.push_back(atoi(
pixel
in GetColorData()
[all...]
Completed in 3 milliseconds