OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkColorTable
(Results
26 - 28
of
28
) sorted by null
1
2
/external/skqp/src/codec/
SkBmpRLECodec.cpp
102
fColorTable.reset(new
SkColorTable
(colorTable, maxColors));
SkPngCodec.cpp
12
#include "
SkColorTable
.h"
258
// Note:
SkColorTable
claims to store SkPMColors, which is not necessarily the case here.
320
fColorTable.reset(new
SkColorTable
(colorTable, maxColors));
[
all
...]
/external/skia/src/codec/
SkPngCodec.cpp
12
#include "
SkColorTable
.h"
258
// Note:
SkColorTable
claims to store SkPMColors, which is not necessarily the case here.
320
fColorTable.reset(new
SkColorTable
(colorTable, maxColors));
[
all
...]
Completed in 243 milliseconds
1
2