Searched refs:useAlpha (Results 1 – 3 of 3) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/ui/ |
D | Picture.java | 135 public void setImage(AssetManager assetManager, String imgName, boolean useAlpha){ in setImage() argument 138 setTexture(assetManager, tex, useAlpha); in setImage() 150 public void setTexture(AssetManager assetManager, Texture2D tex, boolean useAlpha){ in setTexture() argument 156 … material.getAdditionalRenderState().setBlendMode(useAlpha ? BlendMode.Alpha : BlendMode.Off); in setTexture()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | SharedBitmap.cpp | 296 PassOwnPtr<HBITMAP> SharedBitmap::clipBitmap(const IntRect& rect, bool useAlpha, BitmapInfo& bmpInf… in clipBitmap() argument 308 …bmpInfo = BitmapInfo::createBottomUp(IntSize(copyWidth, copyHeight), (useAlpha && is32bit()) ? Bit… in clipBitmap() 324 PassRefPtr<SharedBitmap> SharedBitmap::clipBitmap(const IntRect& rect, bool useAlpha) in clipBitmap() argument 333 …RefPtr<SharedBitmap> newBmp = create(IntSize(copyWidth, copyHeight), useAlpha && is32bit() ? Bitma… in clipBitmap() 419 bool useAlpha = op == CompositeSourceOver && hasAlpha() && is32bit(); in drawPattern() local 440 clippedBmp = clipBitmap(IntRect(tileRect), useAlpha, patternBmpInfo, patternPixels); in drawPattern() 506 …itmapInfo::createBottomUp(IntSize(srcRectWin.right, srcRectWin.bottom), useAlpha ? BitmapInfo::Bit… in drawPattern() 533 if (useAlpha && hasAlphaBlendSupport()) { in drawPattern() 538 …} else if (useAlpha && !hasAlphaBlendSupport() || op == CompositeSourceOver && usesTransparentColo… in drawPattern()
|
D | SharedBitmap.h | 80 …PassOwnPtr<HBITMAP> clipBitmap(const IntRect& rect, bool useAlpha, BitmapInfo& bmpInfo, void*& pix… 82 PassRefPtr<SharedBitmap> clipBitmap(const IntRect& rect, bool useAlpha);
|