OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSwizzleWidth
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/codec/
SkSwizzler.h
82
int swizzleWidth() const { return
fSwizzleWidth
; }
160
//
fSwizzleWidth
: The actual number of pixels that will be
163
// fAllocatedWidth: Will be equal to
fSwizzleWidth
. For this type
184
//
fSwizzleWidth
: The actual number of pixels that will be
195
//
fSwizzleWidth
= fAllcoatedWidth = Scaled width (if we are sampling)
202
int
fSwizzleWidth
;
SkSwizzler.cpp
[
all
...]
/external/skqp/src/codec/
SkSwizzler.h
82
int swizzleWidth() const { return
fSwizzleWidth
; }
160
//
fSwizzleWidth
: The actual number of pixels that will be
163
// fAllocatedWidth: Will be equal to
fSwizzleWidth
. For this type
184
//
fSwizzleWidth
: The actual number of pixels that will be
195
//
fSwizzleWidth
= fAllcoatedWidth = Scaled width (if we are sampling)
202
int
fSwizzleWidth
;
SkSwizzler.cpp
[
all
...]
Completed in 111 milliseconds