Searched refs:stretched (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoadapter.cc263 bool stretched = false; local
274 stretched = true;
279 if (!stretched) {
280 // The output frame does not need to be blacken and has not been stretched
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.h278 FT_Bool stretched; /* `is the glyph stretched?'-flag */ member in struct:TT_Size_Metrics_
H A Dttobjs.c945 metrics->stretched = FALSE;
H A Dttinterp.c5446 if ( ( args[0] & 0x400 ) != 0 && CUR.tt_metrics.stretched )
5455 if ( ( args[0] & 0x2000 ) != 0 && CUR.tt_metrics.stretched )
7099 /* Has the glyph been stretched? */
7100 if ( ( args[0] & 4 ) != 0 && CUR.tt_metrics.stretched )
7485 /* non-square pixels, use the stretched routines */
/external/freetype/src/truetype/
H A Dttobjs.h281 FT_Bool stretched; /* `is the glyph stretched?'-flag */ member in struct:TT_Size_Metrics_
H A Dttobjs.c993 metrics->stretched = FALSE;
H A Dttinterp.c5607 if ( ( args[0] & 0x400 ) != 0 && CUR.tt_metrics.stretched )
5616 if ( ( args[0] & 0x2000 ) != 0 && CUR.tt_metrics.stretched )
7694 if ( ( args[0] & 4 ) != 0 && CUR.tt_metrics.stretched )
8172 /* non-square pixels, use the stretched routines */
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/
H A Dmosaic_mode.js899 var stretched = this.findHorizontalLayout_();
900 if (stretched)
901 this.columns_ = stretched.columns_;
926 * Find the most horizontally stretched layout built from the same tiles.
930 * stretched in the vertical direction.
933 * horizontally stretched layout that still fits into the viewport.
935 * @return {Mosaic.Layout} A horizontally stretched layout.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js3992 var stretched = stretchSpansOverChange(doc, change);
3993 if (!old) return stretched;
3994 if (!stretched) return old;
3997 var oldCur = old[i], stretchCur = stretched[i];
/external/grub/docs/
H A Dtexinfo.tex672 % cause the glue on the previous page to be unduly stretched, because it
/external/bison/build-aux/
H A Dtexinfo.tex640 % cause the glue on the previous page to be unduly stretched, because it

Completed in 3290 milliseconds