OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCroppedScanline_Mode
(Results
1 - 3
of
3
) sorted by null
/external/skia/dm/
DMSrcSink.h
113
kCroppedScanline_Mode
, // Tests (jpeg) cropped scanline optimization
DM.cpp
263
case CodecSrc::
kCroppedScanline_Mode
:
376
nativeModes.push_back(CodecSrc::
kCroppedScanline_Mode
);
429
// Only test
kCroppedScanline_Mode
when the alpha type is opaque. The test is
431
if (CodecSrc::
kCroppedScanline_Mode
== mode &&
[
all
...]
DMSrcSink.cpp
528
case
kCroppedScanline_Mode
: {
[
all
...]
Completed in 46 milliseconds