OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyLine
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/fxcodec/jbig2/
JBig2_Image.h
40
void
copyLine
(int32_t hTo, int32_t hFrom);
JBig2_GrdProc.cpp
95
GBREG->
copyLine
(h, h - 1);
185
GBREG->
copyLine
(h, h - 1);
243
GBREG->
copyLine
(h, h - 1);
333
GBREG->
copyLine
(h, h - 1);
389
GBREG->
copyLine
(h, h - 1);
479
GBREG->
copyLine
(h, h - 1);
534
GBREG->
copyLine
(h, h - 1);
611
GBREG->
copyLine
(h, h - 1);
770
pImage->
copyLine
(m_loopIndex, m_loopIndex - 1);
865
pImage->
copyLine
(m_loopIndex, m_loopIndex - 1)
[
all
...]
JBig2_Image.cpp
106
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
150
static void
copyLine
(Color8888* dst, const unsigned char* src, const ColorMapObject* cmap,
320
copyLine
(dst, src, cmap, gcb.TransparentColor, copyWidth);
Completed in 111 milliseconds