OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fAllocatedWidth
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/codec/
SkSwizzler.h
61
const SkImageInfo fillInfo = info.makeWH(
fAllocatedWidth
, info.height());
160
//
fAllocatedWidth
: Will be equal to fSwizzleWidth. For this type
184
//
fAllocatedWidth
: The actual number of pixels in destination
200
int
fAllocatedWidth
;
SkSwizzler.cpp
[
all
...]
/external/skqp/src/codec/
SkSwizzler.h
61
const SkImageInfo fillInfo = info.makeWH(
fAllocatedWidth
, info.height());
160
//
fAllocatedWidth
: Will be equal to fSwizzleWidth. For this type
184
//
fAllocatedWidth
: The actual number of pixels in destination
200
int
fAllocatedWidth
;
SkSwizzler.cpp
[
all
...]
Completed in 51 milliseconds