HomeSort by relevance Sort by last modified time
    Searched defs:fInfo (Results 1 - 25 of 50) sorted by null

1 2

  /external/skia/src/core/
SkWritePixelsRec.h 20 , fInfo(info)
27 SkImageInfo fInfo;
36 * is not valid (e.g. bad fInfo) for writePixels().
SkYUVPlanesCache.cpp 19 SkYUVPlanesCache::Info fInfo;
39 fValue.fInfo = *info;
67 result->fInfo = rec.fValue.fInfo;
81 *info = result.fInfo;
  /external/skia/src/gpu/mock/
GrMockTexture.h 28 return reinterpret_cast<GrBackendObject>(&fInfo);
43 , fInfo(info)
48 GrMockTextureInfo fInfo;
  /external/skia/src/image/
SkReadPixelsRec.h 20 , fInfo(info)
27 SkImageInfo fInfo;
36 * is not valid (e.g. bad fInfo) for readPixels().
  /external/skia/bench/
AndroidCodecBench.h 36 SkImageInfo fInfo; // Set in onDelayedSetup.
CodecBench.h 37 SkImageInfo fInfo; // Set in onDelayedSetup.
SkLinearBitmapPipelineBench.cpp 95 fInfo = SkImageInfo::MakeN32Premul(width, height, fIsSRGB ?
113 SkImageInfo fInfo;
129 if (fInfo.gammaCloseToSRGB()) {
150 SkPixmap srcPixmap{fInfo, fBitmap.get(), static_cast<size_t>(4 * width)};
184 SkPixmap(fInfo, fBitmap.get(), sizeof(SkPMColor) * fSrcSize.fWidth));
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiDescrHandler.java 121 FieldInfo fInfo = new FieldInfo(attributes.getValue("name"),
123 mCurrentClass.addField(fInfo);
  /external/icu/icu4c/source/tools/ctestfw/unicode/
testdata.h 44 DataMap *fInfo;
tstdtmod.h 41 DataMap *fInfo;
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
SoftwareRenderer.h 49 direct_buffer_info* fInfo;
  /external/skia/include/codec/
SkAndroidCodec.h 49 const SkImageInfo& getInfo() const { return fInfo; }
249 const SkImageInfo& fInfo;
  /external/skia/src/pdf/
SkPDFGradientShader.h 27 SkShader::GradientInfo fInfo;
55 SkASSERT(u.fInfo.fColors == u.fColors.get());
56 SkASSERT(u.fInfo.fColorOffsets == u.fStops.get());
57 SkASSERT(v.fInfo.fColors == v.fColors.get());
58 SkASSERT(v.fInfo.fColorOffsets == v.fStops.get());
60 && u.fInfo == v.fInfo
  /frameworks/base/core/jni/android/graphics/
Movie.h 69 Info fInfo;
  /external/icu/icu4c/source/i18n/unicode/
dtitvfmt.h     [all...]
  /external/dng_sdk/source/
dng_preview.h 35 dng_preview_info fInfo;
  /external/skia/include/core/
SkImageGenerator.h 51 const SkImageInfo& getInfo() const { return fInfo; }
192 const SkImageInfo fInfo;
SkPixmap.h 28 : fPixels(NULL), fRowBytes(0), fInfo(SkImageInfo::MakeUnknown(0, 0))
32 : fPixels(addr), fRowBytes(rowBytes), fInfo(info)
58 const SkImageInfo& info() const { return fInfo; }
62 int width() const { return fInfo.width(); }
63 int height() const { return fInfo.height(); }
64 SkColorType colorType() const { return fInfo.colorType(); }
65 SkAlphaType alphaType() const { return fInfo.alphaType(); }
66 SkColorSpace* colorSpace() const { return fInfo.colorSpace(); }
67 bool isOpaque() const { return fInfo.isOpaque(); }
80 int shiftPerPixel() const { return fInfo.shiftPerPixel();
    [all...]
  /external/skia/src/gpu/instanced/
InstancedOp.h 37 (unsigned)fInfo.fAAType,
38 fInfo.fShapeTypes,
39 fInfo.fInnerShapeTypes,
40 fInfo.fHasPerspective,
41 fInfo.fNonSquare,
64 return GrAATypeIsHW(fInfo.aaType()) ? FixedFunctionFlags::kUsesHWAA
85 OpInfo fInfo;
  /external/skia/include/effects/
SkLayerDrawLooper.h 94 LayerInfo fInfo;
  /external/skia/include/gpu/
GrContext.h 93 entry->fInfo = info;
322 void* fInfo;
  /external/skia/src/gpu/gl/
GrGLTexture.h 32 GrGLTextureInfo fInfo;
65 GrGLuint textureID() const { return fInfo.fID; }
67 GrGLenum target() const { return fInfo.fTarget; }
101 GrGLTextureInfo fInfo;
  /external/skia/src/gpu/vk/
GrVkImage.h 33 : 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);
53 VkImageLayout currentLayout() const { return fInfo.fImageLayout; }
100 GrVkImageInfo fInfo;
  /external/skia/src/shaders/
SkBitmapProcShader.cpp 27 , fInfo(info)
30 if (fInfo->fPixmap.isOpaque() && (255 == this->getPaintAlpha())) {
34 if (1 == fInfo->fPixmap.height() && only_scale_and_translate(this->getTotalInverse())) {
42 SkBitmapProcInfo* fInfo;
  /external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java 192 FieldInfo fInfo =
200 fInfo.setDeprecated("deprecated".equals(attributes.getValue("deprecated")));
201 mCurrentClass.addField(fInfo);

Completed in 698 milliseconds

1 2