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/fxcodec/jbig2/
JBig2_Image.cpp
111
void CJBig2_Image::
copyLine
(int32_t hTo, int32_t hFrom) {
[
all
...]
/frameworks/base/core/jni/android/graphics/
GIFMovie.cpp
120
static void
copyLine
(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap,
141
copyLine
(dst, src, cmap, transparent, copyWidth);
198
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 2826 milliseconds