Searched defs:fInfo (Results 1 - 25 of 41) sorted by relevance

12

/external/skia/bench/
H A DAndroidCodecBench.h36 SkImageInfo fInfo; // Set in onDelayedSetup. member in class:AndroidCodecBench
H A DCodecBench.h37 SkImageInfo fInfo; // Set in onDelayedSetup. member in class:CodecBench
H A DSkLinearBitmapPipelineBench.cpp95 fInfo = SkImageInfo::MakeN32Premul(width, height, fIsSRGB ?
113 SkImageInfo fInfo; member in struct:CommonBitmapFPBenchmark
129 if (fInfo.gammaCloseToSRGB()) {
150 SkPixmap srcPixmap{fInfo, fBitmap.get(), static_cast<size_t>(4 * width)};
185 SkPixmap(fInfo, fBitmap.get(), sizeof(SkPMColor) * fSrcSize.fWidth));
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtestdata.h44 DataMap *fInfo; member in class:TestData
H A Dtstdtmod.h41 DataMap *fInfo; member in class:TestDataModule
/external/skia/include/core/
H A DSkImageGenerator.h53 const SkImageInfo& getInfo() const { return fInfo; }
186 const SkImageInfo fInfo; member in class:SkImageGenerator
H A DSkPixelRef.h42 return fInfo;
277 // mostly const. fInfo.fAlpahType can be changed at runtime.
278 const SkImageInfo fInfo; member in class:SkPixelRef
H A DSkPixmap.h26 : fPixels(NULL), fCTable(NULL), fRowBytes(0), fInfo(SkImageInfo::MakeUnknown(0, 0))
31 : fPixels(addr), fCTable(ctable), fRowBytes(rowBytes), fInfo(info)
64 const SkImageInfo& info() const { return fInfo; }
69 int width() const { return fInfo.width(); }
70 int height() const { return fInfo.height(); }
71 SkColorType colorType() const { return fInfo.colorType(); }
72 SkAlphaType alphaType() const { return fInfo.alphaType(); }
73 SkColorSpace* colorSpace() const { return fInfo.colorSpace(); }
74 bool isOpaque() const { return fInfo.isOpaque(); }
87 int shiftPerPixel() const { return fInfo
219 SkImageInfo fInfo; member in class:SkPixmap
[all...]
/external/skia/src/core/
H A DSkWritePixelsRec.h20 , fInfo(info)
27 SkImageInfo fInfo; member in struct:SkWritePixelsRec
36 * is not valid (e.g. bad fInfo) for writePixels().
H A DSkImageCacherator.h33 const SkImageInfo& info() const { return fInfo; }
123 SkImageInfo fInfo; member in struct:SkImageCacherator::Validator
153 const SkImageInfo fInfo; member in class:SkImageCacherator
H A DSkYUVPlanesCache.cpp19 SkYUVPlanesCache::Info fInfo; member in struct:__anon17001::YUVValue
39 fValue.fInfo = *info;
67 result->fInfo = rec.fValue.fInfo;
81 *info = result.fInfo;
H A DSkBitmapProcShader.cpp26 , fInfo(info)
29 if (fInfo->fPixmap.isOpaque() && (255 == this->getPaintAlpha())) {
33 if (1 == fInfo->fPixmap.height() && only_scale_and_translate(this->getTotalInverse())) {
41 SkBitmapProcInfo* fInfo; member in class:BitmapProcInfoContext
H A DSkPictureData.h206 const SkPictInfo fInfo; member in class:SkPictureData
/external/skia/src/image/
H A DSkReadPixelsRec.h20 , fInfo(info)
27 SkImageInfo fInfo; member in struct:SkReadPixelsRec
36 * is not valid (e.g. bad fInfo) for readPixels().
/external/skia/src/pdf/
H A DSkPDFShader.h55 SkShader::GradientInfo fInfo; member in class:SkPDFShader::State
/external/icu/icu4c/source/i18n/unicode/
H A Ddtitvfmt.h1005 DateIntervalInfo* fInfo; member in class:DateIntervalFormat
/external/dng_sdk/source/
H A Ddng_preview.h35 dng_preview_info fInfo; member in class:dng_preview
/external/skia/include/codec/
H A DSkAndroidCodec.h49 const SkImageInfo& getInfo() const { return fInfo; }
278 const SkImageInfo& fInfo; member in class:SkAndroidCodec
/external/skia/include/gpu/vk/
H A DGrVkTypes.h65 GrVkExternalTextureData(const GrVkImageInfo& info) : fInfo(info) {}
70 return reinterpret_cast<GrBackendObject>(&fInfo);
76 GrVkImageInfo fInfo; member in class:GrVkExternalTextureData
/external/skia/src/gpu/gl/
H A DGrGLTexture.h32 GrGLTextureInfo fInfo; member in struct:GrGLTexture::IDDesc
55 GrGLuint textureID() const { return fInfo.fID; }
57 GrGLenum target() const { return fInfo.fTarget; }
81 GrGLTextureInfo fInfo; member in class:GrGLTexture
/external/skia/include/effects/
H A DSkLayerDrawLooper.h94 LayerInfo fInfo; member in struct:SkLayerDrawLooper::Rec
/external/skia/src/gpu/vk/
H A DGrVkImage.h33 : fInfo(info)
43 VkImage image() const { return fInfo.fImage; }
44 const GrVkAlloc& alloc() const { return fInfo.fAlloc; }
45 VkFormat imageFormat() const { return fInfo.fFormat; }
46 uint32_t mipLevels() const { return fInfo.fLevelCount; }
49 return SkToBool(VK_IMAGE_TILING_LINEAR == fInfo.fImageTiling);
52 VkImageLayout currentLayout() const { return fInfo.fImageLayout; }
93 GrVkImageInfo fInfo; member in class:GrVkImage
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java434 public boolean isConsistent(FieldInfo fInfo) { argument
436 if (!mType.equals(fInfo.mType)) {
437 Errors.error(Errors.CHANGED_TYPE, fInfo.position(), "Field " + fInfo.qualifiedName()
438 + " has changed type from " + mType + " to " + fInfo.mType);
440 } else if (!this.valueEquals(fInfo)) {
441 Errors.error(Errors.CHANGED_VALUE, fInfo.position(), "Field " + fInfo.qualifiedName()
442 + " has changed value from " + mConstantValue + " to " + fInfo.mConstantValue);
446 if (!scope().equals(fInfo
[all...]
/external/skia/include/gpu/
H A DGrContext.h89 entry->fInfo = info;
408 void* fInfo; member in struct:GrContext::CleanUpData
/external/skia/include/gpu/gl/
H A DGrGLTypes.h126 return reinterpret_cast<GrBackendObject>(&fInfo);
130 GrGLTextureInfo fInfo; member in class:GrGLExternalTextureData

Completed in 8241 milliseconds

12