HomeSort by relevance Sort by last modified time
    Searched refs:has_alpha (Results 1 - 13 of 13) sorted by null

  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 111 // by alpha when has_alpha is true.
116 template<bool has_alpha, int scale>
122 if (has_alpha) {
137 // @param alpha when has_alpha is true, scale all resulting components by this
141 // (Ra0 * (16 - x0) + Ra1 * x0) * alpha) (when has_alpha is true)
146 template<bool has_alpha>
155 return ScaleFourPixels<has_alpha, 4>(&sum, alpha);
163 template<bool has_alpha>
177 return ScaleFourPixels<has_alpha, 4>(&sum, alpha);
217 // the results by, when has_alpha is true
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 162 // by alpha when has_alpha is true.
167 template<bool has_alpha, int scale>
173 if (has_alpha) {
188 // @param alpha when has_alpha is true, scale all resulting components by this
192 // (Ra0 * (16 - x0) + Ra1 * x0) * alpha) (when has_alpha is true)
197 template<bool has_alpha>
206 return ScaleFourPixels<has_alpha, 4>(&sum, alpha);
214 template<bool has_alpha>
228 return ScaleFourPixels<has_alpha, 4>(&sum, alpha);
268 // the results by, when has_alpha is true
    [all...]
  /external/webp/src/dec/
decode_vp8.h 173 // width/height/has_alpha can be passed NULL.
176 int* const width, int* const height, int* const has_alpha);
webp.c 263 // Fetch '*width', '*height', '*has_alpha' and fill out 'headers' based on
278 int* const has_alpha,
311 if (has_alpha != NULL) *has_alpha = !!(flags & ALPHA_FLAG);
353 if (!VP8LGetInfo(data, data_size, width, height, has_alpha)) {
358 if (has_alpha != NULL) {
361 *has_alpha |= (hdrs.alpha_data != NULL);
374 // fill out headers, ignore width/height/has_alpha.
628 // Only parse enough of the data to retrieve width/height/has_alpha.
631 &features->has_alpha, NULL)
    [all...]
io.c 308 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); local
322 if (has_alpha) {
346 if (has_alpha) {
481 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); local
493 if (has_alpha) {
517 if (has_alpha) {
vp8l.c 88 int* const has_alpha) {
95 *has_alpha = VP8LReadBits(br, 1);
101 int* const width, int* const height, int* const has_alpha) {
113 if (has_alpha != NULL) *has_alpha = a;
1116 int width, height, has_alpha; local
    [all...]
  /external/webp/src/enc/
picture.c 42 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT; local
76 a_width = has_alpha ? width : 0;
601 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); local
605 if (has_alpha) {
661 if (has_alpha) {
964 int has_alpha; local
980 has_alpha = !!(src->colorspace & WEBP_CSP_ALPHA_BIT);
981 if (has_alpha != !!(ref->colorspace & WEBP_CSP_ALPHA_BIT) ||
982 (has_alpha && (src->a == NULL || ref->a == NULL))) {
    [all...]
vp8l.c 745 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) {
746 VP8LWriteBits(bw, 1, has_alpha);
1064 int has_alpha; local
    [all...]
  /external/webp/include/webp/
decode.h 397 int has_alpha; // True if the bitstream contains an alpha channel. member in struct:WebPBitstreamFeatures
  /external/webp/src/demux/
demux.c 255 if (has_vp8l_alpha != NULL) *has_vp8l_alpha = features.has_alpha;
432 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); local
434 if (!has_alpha && frame->img_components_[1].size_ > 0) {
  /external/skia/legacy/src/images/
SkImageDecoder_libwebp.cpp 80 *alpha = features.has_alpha;
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 80 *alpha = features.has_alpha;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 146 milliseconds