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:shiftPerPixel
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkImageInfo.h
267
int
shiftPerPixel
() const;
590
int
shiftPerPixel
() const { return fColorInfo.
shiftPerPixel
(); }
in shiftPerPixel()
function
695
int shift = this->
shiftPerPixel
();
in validRowBytes()
H
A
D
SkPixmap.h
204
int rowBytesAsPixels() const { return int(fRowBytes >> this->
shiftPerPixel
()); }
in rowBytesAsPixels()
211
int
shiftPerPixel
() const { return fInfo.
shiftPerPixel
(); }
in shiftPerPixel()
function in SkPixmap
H
A
D
SkBitmap.h
192
int
shiftPerPixel
() const { return fPixmap.
shiftPerPixel
(); }
in shiftPerPixel()
function in SkBitmap
/third_party/skia/docs/examples/
H
A
D
Bitmap_shiftPerPixel.cpp
19
SkDebugf("color: k" "%s" "_SkColorType" "%*s" "
shiftPerPixel
: %d\n",
in REG_FIDDLE()
21
bitmap.
shiftPerPixel
());
in REG_FIDDLE()
H
A
D
Pixmap_shiftPerPixel.cpp
31
SkDebugf("color: k" "%s" "_SkColorType" "%*s" "bytesPerPixel: %d
shiftPerPixel
: %d\n",
in REG_FIDDLE()
33
pixmap.info().bytesPerPixel(), pixmap.
shiftPerPixel
());
in REG_FIDDLE()
H
A
D
ImageInfo_shiftPerPixel.cpp
32
SkDebugf("color: k" "%s" "_SkColorType" "%*s" "
shiftPerPixel
: %d\n",
in REG_FIDDLE()
34
info.
shiftPerPixel
());
in REG_FIDDLE()
/third_party/skia/src/core/
H
A
D
SkBitmap.cpp
163
SkASSERT(this->bytesPerPixel() == (1 << this->
shiftPerPixel
()));
in pixelRefOrigin()
166
return {SkToS32((off % rb) >> this->
shiftPerPixel
()), SkToS32(off / rb)};
in pixelRefOrigin()
393
base += (y * this->rowBytes()) + (x << this->
shiftPerPixel
());
in getAddr()
H
A
D
SkImageInfo.cpp
49
int SkColorInfo::
shiftPerPixel
() const { return SkColorTypeShiftPerPixel(fColorType); }
in shiftPerPixel()
function in SkColorInfo
H
A
D
SkBlitter_Sprite.cpp
90
const size_t bytesToCopy = width << fSource.
shiftPerPixel
();
H
A
D
SkRasterPipelineBlitter.cpp
267
switch (blitter->fDst.
shiftPerPixel
()) {
in Create()
/third_party/skia/src/images/
H
A
D
SkPngEncoder.cpp
443
(const uint8_t*)srcRow + (fSrc.width() << fSrc.
shiftPerPixel
()));
in onEncodeRows()
Completed in 10 milliseconds