Searched refs:init (Results 251 - 275 of 3511) sorted by last modified time

<<11121314151617181920>>

/external/skia/samplecode/
H A DSamplePath.cpp95 void init() { function in class:PathView
180 this->init();
H A DSampleSlides.cpp673 void init() { function in class:SlideView
709 this->init();
714 this->init();
H A DSampleText.cpp70 SkPowerMode(SkScalar exponent) { this->init(exponent); }
84 void init(SkScalar exponent);
87 this->init(SkFixedToScalar(b.readFixed()));
97 void SkPowerMode::init(SkScalar e) { function in class:SkPowerMode
H A DSampleWarp.cpp216 void init(const SkRect& bounds, int rows, int cols,
268 void Mesh::init(const SkRect& bounds, int rows, int cols, function in class:Mesh
347 // fMesh.init(bounds, fBitmap.width() / 40, fBitmap.height() / 40, texture);
348 fMesh.init(bounds, fBitmap.width()/16, fBitmap.height()/16, texture);
/external/skia/src/animator/
H A DSkAnimateActive.cpp25 void SkActive::init() function in class:SkActive
H A DSkAnimateActive.h29 void init( );
H A DSkDisplayApply.cpp83 fActive->init();
/external/skia/src/core/
H A DSkAAClip.h99 void init(SkBlitter* blitter, const SkAAClip* aaclip) { function in class:SkAAClipBlitter
H A DSkBlitter.cpp557 fRectBlitter.init(blitter, clipR);
561 fRgnBlitter.init(blitter, clip);
H A DSkBlitter.h115 void init(SkBlitter* blitter, const SkIRect& clipRect) { function in class:SkRectClipBlitter
142 void init(SkBlitter* blitter, const SkRegion* clipRgn) { function in class:SkRgnClipBlitter
H A DSkCanvas.cpp441 SkBaseDevice* SkCanvas::init(SkBaseDevice* device) { function in class:SkCanvas
467 this->init(NULL);
477 this->init(SkNEW_ARGS(SkBitmapDevice, (bitmap)))->unref();
485 this->init(device);
493 this->init(SkNEW_ARGS(SkBitmapDevice, (bitmap)))->unref();
1164 paint = lazy.init();
2070 paint = lazy.init();
H A DSkClipStack.cpp92 fPath.init();
98 fPath.init();
H A DSkDeque.cpp22 void init(size_t size) { function in struct:SkDeque::Block
49 fFrontBlock->init(storageSize);
231 newBlock->init(sizeof(Block) + allocCount * fElemSize);
H A DSkDescriptor.h33 void init() { function in class:SkDescriptor
H A DSkDraw.cpp305 bool init(SkCanvas::PointMode, const SkPaint&, const SkMatrix* matrix,
447 bool PtProcRec::init(SkCanvas::PointMode mode, const SkPaint& paint, function in class:PtProcRec
488 fWrapper.init(*fRC, blitter);
560 if (!forceUseDevice && rec.init(mode, paint, fMatrix, fRC)) {
893 wrapper.init(*fRC, blitter);
1497 SkDraw1Glyph::Proc SkDraw1Glyph::init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache, function in class:SkDraw1Glyph
1603 aaBlitter.init(blitter, &fRC->aaRgn());
1610 SkDraw1Glyph::Proc proc = d1g.init(this, blitter, cache, paint);
1724 wrapper.init(*fRC, blitter);
1732 SkDraw1Glyph::Proc proc = d1g.init(thi
[all...]
H A DSkDrawProcs.h40 Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache,
H A DSkFontStream.cpp113 bool init(SkStream* stream, int ttcIndex) { function in struct:SfntHeader
158 if (!header.init(stream, ttcIndex)) {
174 if (!header.init(stream, ttcIndex)) {
H A DSkGlyph.h36 void init(uint32_t id) { function in struct:SkGlyph
H A DSkGlyphCache.cpp87 // init to 0 so that all of the pointers will be null
89 // init with 0xFF so that the charCode field will be -1, which is invalid
322 glyph->init(id);
H A DSkMatrixClipStateMgr.h194 fClipInfo = &fClipInfoStorage; // ctor handles init of fClipInfoStorage
265 void init(SkPictureRecord* picRecord) { function in class:SkMatrixClipStateMgr
H A DSkPaint.cpp224 SkPaint init; local
229 *this = init;
1892 desc->init();
1928 desc1->init();
1929 desc2->init();
H A DSkPath.cpp69 this->init(path);
75 this->init(path);
93 void init(SkPath* path) { function in class:SkAutoPathBoundsUpdate
1745 // need to init enough to make next() harmlessly return kDone_Verb
1992 // need to init enough to make next() harmlessly return kDone_Verb
H A DSkPicturePlayback.cpp59 this->init();
112 this->init();
172 this->init();
226 void SkPicturePlayback::init() { function in class:SkPicturePlayback
H A DSkPicturePlayback.h247 void init();
H A DSkPictureRecord.cpp62 fMCMgr.init(this);

Completed in 9858 milliseconds

<<11121314151617181920>>