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:real_w
(Results
1 - 1
of
1
) sorted by relevance
/third_party/backends/backend/escl/
H
A
D
escl_crop.c
42
int
real_w
= 0;
in escl_crop_surface()
local
56
real_w
= scanner->caps[scanner->source].width - x_off;
in escl_crop_surface()
68
*width =
real_w
;
in escl_crop_surface()
71
if (x_off > 0 ||
real_w
< scanner->caps[scanner->source].width ||
in escl_crop_surface()
73
surface_crop = (unsigned char *)malloc (sizeof (unsigned char) *
real_w
in escl_crop_surface()
83
for (x = 0; x <
real_w
; x++)
in escl_crop_surface()
85
surface_crop[(y *
real_w
* bps) + (x * bps)] =
in escl_crop_surface()
87
surface_crop[(y *
real_w
* bps) + (x * bps) + 1] =
in escl_crop_surface()
89
surface_crop[(y *
real_w
* bps) + (x * bps) + 2] =
in escl_crop_surface()
98
scanner->img_size = (int)(
real_w
* real_
in escl_crop_surface()
[all...]
Completed in 1 milliseconds