Searched defs:transparent (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DGIFMovie.cpp121 int transparent, int width)
124 if (*src != transparent && *src < cmap->ColorCount) {
133 const ColorMapObject* cmap, int transparent, int copyWidth,
141 copyLine(dst, src, cmap, transparent, copyWidth);
150 int transparent)
168 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
171 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4);
174 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2);
176 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1);
181 int transparent)
120 copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap, int transparent, int width) argument
132 copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, const ColorMapObject* cmap, int transparent, int copyWidth, int copyHeight, const GifImageDesc& imageDesc, int rowStep, int startRow) argument
149 blitInterlace(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
180 blitNormal(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
228 int transparent = -1; local
[all...]
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp151 int transparent, int width) {
153 if (*src != transparent && *src < cmap->ColorCount) {
150 copyLine(Color8888* dst, const unsigned char* src, const ColorMapObject* cmap, int transparent, int width) argument
/frameworks/base/services/core/java/com/android/server/policy/
H A DBarController.java101 public void setShowTransparent(boolean transparent) { argument
102 if (transparent != mShowTransparent) {
103 mShowTransparent = transparent;
104 mSetUnHideFlagWhenNextTransparent = transparent;
/frameworks/base/tools/aapt/
H A DImages.cpp185 static int tick_type(png_bytep p, bool transparent, const char** outError) argument
189 if (transparent) {
202 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
206 *outError = "Ticks in transparent frame must be black or red";
238 png_bytep row, int width, bool transparent, bool required,
248 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
287 png_bytepp rows, int offset, int height, bool transparent, bool required,
297 if (TICK_TYPE_TICK == tick_type(rows[i]+offset, transparent, outError)) {
336 png_bytep row, int width, bool transparent, bool /* required */,
343 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + 4, transparent, outErro
237 get_horizontal_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
286 get_vertical_ticks( png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
335 get_horizontal_layout_bounds_ticks( png_bytep row, int width, bool transparent, bool , int32_t* outLeft, int32_t* outRight, const char** outError) argument
373 get_vertical_layout_bounds_ticks( png_bytepp rows, int offset, int height, bool transparent, bool , int32_t* outTop, int32_t* outBottom, const char** outError) argument
572 bool transparent = p[3] == 0; local
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp631 static TickType tickType(png_bytep p, bool transparent, const char** outError) { argument
634 if (transparent) {
648 "Frame pixels must be either solid or transparent "
654 *outError = "Ticks in transparent frame must be black or red";
681 static bool getHorizontalTicks(png_bytep row, int width, bool transparent, argument
690 if (tickType(row + i * 4, transparent, outError) == TickType::kTick) {
728 bool transparent, bool required, int32_t* outTop,
736 if (tickType(rows[i] + offset, transparent, outError) == TickType::kTick) {
774 bool transparent,
781 if (tickType(row + 4, transparent, outErro
727 getVerticalTicks(png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
773 getHorizontalLayoutBoundsTicks(png_bytep row, int width, bool transparent, bool , int32_t* outLeft, int32_t* outRight, const char** outError) argument
811 getVerticalLayoutBoundsTicks(png_bytepp rows, int offset, int height, bool transparent, bool , int32_t* outTop, int32_t* outBottom, const char** outError) argument
1005 bool transparent = p[3] == 0; local
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp315 // we don't need to constrain the parent to its transparent region.
316 // The transparent region is an optimization based on the
319 // parent's transparent region. In fact one of the main uses, is to reduce
321 // (by marking the hole in the parent window as a transparent region)
365 // subtract the transparent region and snap to the bounds
430 // subtract the transparent region and snap to the bounds
534 // mark regions outside the crop as transparent
683 // Subtract the transparent region and snap to the bounds
1259 bool Layer::setTransparentRegionHint(const Region& transparent) { argument
1260 mCurrentState.requestedTransparentRegion = transparent;
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java751 CharSequence[] colorints, CharSequence transparent) {
752 mDialog.setColorAlertParams(colortitle, colornames, colorints, transparent);
750 setColorAlertParams(CharSequence colortitle, CharSequence[] colornames, CharSequence[] colorints, CharSequence transparent) argument

Completed in 266 milliseconds