Searched refs:Factory (Results 1 - 25 of 553) sorted by last modified time

1234567891011>>

/external/skia/samplecode/
H A DSampleSubpixelTranslate.cpp37 codec = SkImageDecoder::Factory(&stream);
H A DSampleText.cpp75 typedef SkFlattenable* (*Factory)(SkReadBuffer&); typedef in class:SkPowerMode
H A DSampleUnpremul.cpp180 SkAutoTDelete<SkImageDecoder> decoder(SkImageDecoder::Factory(&stream));
/external/skia/src/core/
H A DSkBlitRow_D16.cpp227 SkBlitRow::Proc SkBlitRow::Factory(unsigned flags, SkColorType ct) { function in class:SkBlitRow
H A DSkBlitter_RGB16.cpp829 fOpaqueProc = SkBlitRow::Factory(flags, kRGB_565_SkColorType);
831 fAlphaProc = SkBlitRow::Factory(flags | SkBlitRow::kGlobalAlpha_Flag,
H A DSkDiscardableMemory.h21 * Factory method that creates, initializes and locks an SkDiscardableMemory
27 * Factory class that creates, initializes and locks an SkDiscardableMemory
30 class Factory : public SkRefCnt { class in class:SkDiscardableMemory
H A DSkFlattenable.cpp25 uint32_t SkNamedFactorySet::find(SkFlattenable::Factory factory) {
68 SkFlattenable::Factory fFactory;
75 void SkFlattenable::Register(const char name[], Factory factory, SkFlattenable::Type type) {
103 SkFlattenable::Factory SkFlattenable::NameToFactory(const char name[]) {
133 const char* SkFlattenable::FactoryToName(Factory fact) {
H A DSkFontHost.cpp202 SkFontMgr* fm = SkFontMgr::Factory();
H A DSkImageGeneratorPriv.h37 SkDiscardableMemory::Factory* factory);
H A DSkPictureFlat.h127 fArray = SkNEW_ARRAY(SkFlattenable::Factory, count);
134 SkFlattenable::Factory* base() const { return fArray; }
142 SkFlattenable::Factory* fArray;
H A DSkPicturePlayback.cpp287 static size_t compute_chunk_size(SkFlattenable::Factory* array, int count) {
307 SkAutoSTMalloc<16, SkFlattenable::Factory> storage(count);
308 SkFlattenable::Factory* array = (SkFlattenable::Factory*)storage.get();
H A DSkPtrRecorder.h118 class SkFactorySet : public SkTPtrSet<SkFlattenable::Factory> {};
122 * Also has a function to return the next added Factory's name.
131 * Find the specified Factory in the set. If it is not already in the set,
133 * If the Factory has no registered name, return 0.
135 uint32_t find(SkFlattenable::Factory);
139 * Factory added after the Factory name returned by the last call to this
H A DSkReadBuffer.cpp302 SkFlattenable::Factory factory = NULL;
320 factory = (SkFlattenable::Factory)readFunctionPtr();
H A DSkSpriteBlitter_RGB16.cpp281 fProc = SkBlitRow::Factory(flags, kRGB_565_SkColorType);
H A DSkValidatingReadBuffer.cpp236 SkFlattenable::Factory factory = SkFlattenable::NameToFactory(cname);
H A DSkWriteBuffer.cpp283 SkFlattenable::Factory factory = flattenable->getFactory();
/external/skia/src/effects/
H A DSkDashPathEffect.cpp238 SkFlattenable::Factory SkDashPathEffect::getFactory() const {
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp331 SkFontMgr* SkFontMgr::Factory() {
/external/skia/src/gpu/
H A DGrAtlas.cpp42 fRects = GrRectanizer::Factory(width, height);
H A DGrRectanizer.h37 static GrRectanizer* Factory(int width, int height);
H A DGrRectanizer_skyline.cpp120 GrRectanizer* GrRectanizer::Factory(int width, int height) {
/external/skia/src/images/
H A DSkDecodingImageGenerator.cpp164 SkAutoTDelete<SkImageDecoder> decoder(SkImageDecoder::Factory(fStream));
222 SkAutoTDelete<SkImageDecoder> decoder(SkImageDecoder::Factory(autoStream));
H A DSkImageDecoder.cpp297 SkImageDecoder* codec = SkImageDecoder::Factory(stream);
H A DSkImageDecoder_FactoryDefault.cpp15 SkImageDecoder* SkImageDecoder::Factory(SkStreamRewindable* stream) { function in class:SkImageDecoder
H A DSkImageDecoder_libico.cpp169 SkAutoTDelete<SkImageDecoder> otherDecoder(SkImageDecoder::Factory(&subStream));

Completed in 164 milliseconds

1234567891011>>