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:fImageSize
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_jpeg_image.h
36
dng_point
fImageSize
;
member in dng_jpeg_image
54
return (
fImageSize
.h + fTileSize.h - 1) / fTileSize.h;
in TilesAcross()
66
return (
fImageSize
.v + fTileSize.v - 1) / fTileSize.v;
in TilesDown()
H
A
D
dng_jpeg_image.cpp
33
:
fImageSize
()
in dng_jpeg_image()
177
fImageSize
= image.Bounds ().Size ();
in Encode()
181
ifd.fImageWidth =
fImageSize
.h;
in Encode()
182
ifd.fImageLength =
fImageSize
.v;
in Encode()
H
A
D
dng_read_image.cpp
3153
jpegImage->
fImageSize
.h = ifd.fImageWidth;
in Read()
3154
jpegImage->
fImageSize
.v = ifd.fImageLength;
in Read()
H
A
D
dng_image_writer.cpp
6124
DNG_ASSERT (info.fImageWidth == (uint32) rawJPEGImage->
fImageSize
.h &&
in WriteDNG()
6125
info.fImageLength == (uint32) rawJPEGImage->
fImageSize
.v,
in WriteDNG()
/third_party/skia/bench/
H
A
D
CompositingImagesBench.cpp
50
:
fImageSize
(imageSize)
in CompositingImages()
99
auto ii = SkImageInfo::Make(
fImageSize
.fWidth,
fImageSize
.fHeight, kRGBA_8888_SkColorType,
291
SkRect contentRect = SkRect::Make(
fImageSize
);
in getAdjustedEntry()
314
SkISize
fImageSize
;
member in CompositingImages
Completed in 11 milliseconds