HomeSort by relevance Sort by last modified time
    Searched defs:CFX_ImageStretcher (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/dib/
cfx_imagestretcher.h 22 class CFX_ImageStretcher {
24 CFX_ImageStretcher(IFX_ScanlineComposer* pDest,
30 ~CFX_ImageStretcher();
cfx_imagestretcher.cpp 7 #include "core/fxge/dib/cfx_imagestretcher.h"
45 CFX_ImageStretcher::CFX_ImageStretcher(IFX_ScanlineComposer* pDest,
63 CFX_ImageStretcher::~CFX_ImageStretcher() {}
65 bool CFX_ImageStretcher::Start() {
127 bool CFX_ImageStretcher::Continue(IFX_PauseIndicator* pPause) {
133 bool CFX_ImageStretcher::StartStretch() {
145 bool CFX_ImageStretcher::ContinueStretch(IFX_PauseIndicator* pPause) {
149 bool CFX_ImageStretcher::StartQuickStretch()
    [all...]

Completed in 380 milliseconds