OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:copyLine
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp
92
void CJBig2_Image::
copyLine
(int32_t hTo, int32_t hFrom) {
[
all
...]
/external/skia/src/images/
SkMovie_gif.cpp
121
static void
copyLine
(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap,
142
copyLine
(dst, src, cmap, transparent, copyWidth);
199
copyLine
(dst, src, cmap, transparent, copyWidth);
/frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp
148
static void
copyLine
(Color8888* dst, const unsigned char* src, const ColorMapObject* cmap,
320
copyLine
(dst, src, cmap, gcb.TransparentColor, copyWidth);
Completed in 254 milliseconds