OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fVWidth
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkCodecImageGenerator.cpp
33
,
fVWidth
(0)
68
fVWidth
= sizeInfo.fVSize.width();
82
SkASSERT(fYWidth != 0 && fUWidth != 0 &&
fVWidth
!= 0);
85
sizeInfo.fVSize.set(
fVWidth
, sizes[2].height());
SkCodecImageGenerator.h
46
int
fVWidth
;
Completed in 91 milliseconds