HomeSort by relevance Sort by last modified time
    Searched refs:colorType (Results 51 - 75 of 287) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Clear11.h 67 static ClearShader CreateClearShader(ID3D11Device *device, DXGI_FORMAT colorType, const BYTE (&vsByteCode)[vsSize], const BYTE (&psByteCode)[psSize]);
  /external/chromium_org/third_party/skia/src/core/
SkBitmap_scroll.cpp 14 if (this->isImmutable() || kUnknown_SkColorType == this->colorType()) {
SkBlitter_Sprite.cpp 66 switch (device.colorType()) {
SkBitmapProcShader.cpp 21 switch (bm.colorType()) {
103 if (kIndex_8_SkColorType == bm.colorType()) {
159 switch (bitmap.colorType()) {
175 if (rec.fPaint->isDither() && bitmap.colorType() != kRGB_565_SkColorType) {
314 switch (bm.colorType()) {
470 *paintColor = (kAlpha_8_SkColorType == fRawBitmap.colorType()) ?
  /external/chromium_org/third_party/skia/src/image/
SkImage_Raster.cpp 27 if ((unsigned)info.colorType() > (unsigned)kLastEnum_SkColorType) {
34 if (kUnknown_SkColorType == info.colorType()) {
147 return src.copyTo(dst, src.colorType());
153 if ((kUnknown_SkColorType == info.colorType()) || !fBitmap.getPixels()) {
SkImage.cpp 97 switch (info.colorType()) {
113 if (kUnknown_SkColorType == info.colorType()) {
  /external/skia/src/core/
SkBitmap_scroll.cpp 14 if (this->isImmutable() || kUnknown_SkColorType == this->colorType()) {
SkBlitter_Sprite.cpp 66 switch (device.colorType()) {
SkBitmapProcShader.cpp 21 switch (bm.colorType()) {
90 if (kIndex_8_SkColorType == bm.colorType()) {
146 switch (bitmap.colorType()) {
162 if (rec.fPaint->isDither() && bitmap.colorType() != kRGB_565_SkColorType) {
301 switch (bm.colorType()) {
457 *grColor = (kAlpha_8_SkColorType == fRawBitmap.colorType()) ? SkColor2GrColor(paint.getColor())
  /frameworks/base/native/graphics/jni/
bitmap.cpp 37 switch (bm->colorType()) {
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 40 and height, and a format (colortype), and a pointer to the actual pixels.
53 * Its colortype is set to kUnknown_SkColorType.
83 SkColorType colorType() const { return fInfo.colorType(); }
87 * Return the number of bytes per pixel based on the colortype. If the colortype is
94 * If the colortype is kUnknown_SkColorType, then 0 is returned.
129 * colortype, and the current alphaType is unchanged.
246 * the pixel size specified by info.colorType()) then false is returned
346 be allocated. Only used if colortype == kIndex_8_SkColorTyp
    [all...]
SkImageInfo.h 127 * Return true if alphaType is supported by colorType. If there is a canonical
128 * alphaType for this colorType, return it in canonical.
130 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
167 * Sets colortype to the native ARGB32 type.
174 * Sets colortype to the native ARGB32 type, and the alphatype to premul.
181 * Sets colortype to the native ARGB32 type, and the alphatype to premul.
201 SkColorType colorType() const { return fColorType; }
213 * Return a new ImageInfo with the same colortype and alphatype as this info,
  /external/skia/include/core/
SkBitmap.h 30 and height, and a format (colortype), and a pointer to the actual pixels.
66 * Its colortype is set to kUnknown_SkColorType.
96 SkColorType colorType() const { return fInfo.fColorType; }
102 if (kUnknown_SkColorType == this->colorType()) {
113 * Return the number of bytes per pixel based on the colortype. If the colortype is
120 * If the colortype is kUnknown_SkColorType, then 0 is returned.
155 * colortype, and the current alphaType is unchanged.
394 be allocated. Only used if colortype == kIndex_8_SkColorType
414 be allocated. Only used if colortype == kIndex_8_SkColorType
    [all...]
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 348 GLenum colorType;
355 colorType = type = GL_FIXED;
359 colorType = GL_UNSIGNED_BYTE;
365 colorType = type = GL_FLOAT;
395 glColorPointer(4, colorType, size_of * 10, data);
397 glColorPointer(4,colorType,size_of * 10, (GLvoid*) (size_of * 3) );
  /external/chromium_org/third_party/skia/dm/
DMUtil.cpp 57 AllocatePixels(reference.colorType(), reference.width(), reference.height(), bitmap);
86 if (a.info().colorType() == kRGB_565_SkColorType) {
  /external/chromium_org/third_party/skia/gm/
bitmapcopy.cpp 88 const char* name = gColorTypeNames[src.colorType()];
101 const char* name = gColorTypeNames[fDst[i].colorType()];
gm_expectations.h 153 return (kUnknown_SkColorType == fBitmap.colorType()) ? NULL : &fBitmap;
  /external/chromium_org/third_party/skia/src/animator/
SkDrawBitmap.cpp 91 SkColorType colorType = SkColorType(format);
92 fBitmap.allocPixels(SkImageInfo::Make(width, height, colorType, kPremul_SkAlphaType),
  /external/chromium_org/third_party/skia/tests/
PremulAlphaRoundTripTest.cpp 49 static void fillCanvas(SkCanvas* canvas, SkColorType colorType, PackUnpremulProc proc) {
62 colorType, kUnpremul_SkAlphaType);
  /external/skia/dm/
DMUtil.cpp 39 AllocatePixels(reference.colorType(), reference.width(), reference.height(), bitmap);
69 if (a.info().colorType() == kRGB_565_SkColorType) {
  /external/skia/src/animator/
SkDrawBitmap.cpp 91 SkColorType colorType = SkColorType(format);
92 fBitmap.setInfo(SkImageInfo::Make(width, height, colorType, kPremul_SkAlphaType), rowBytes);
  /external/skia/tests/
PremulAlphaRoundTripTest.cpp 49 static void fillCanvas(SkCanvas* canvas, SkColorType colorType, PackUnpremulProc proc) {
62 info.fColorType = colorType;
  /external/chromium_org/skia/ext/
bitmap_platform_device_skia.cc 56 SkASSERT(info.colorType() == kN32_SkColorType);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageFrame.cpp 101 return other.m_bitmap.copyTo(&m_bitmap, other.m_bitmap.colorType());
  /external/chromium_org/third_party/skia/include/gpu/
SkGr.h 50 return SkImageInfo2GrPixelConfig(info.colorType(), info.alphaType());

Completed in 746 milliseconds

1 23 4 5 6 7 8 91011>>