/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_copybit.cpp | 763 int err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, 767 ALOGE("%s: copybit stretch failed",__FUNCTION__); [all...] |
/external/skia/src/gpu/ |
GrPathUtils.cpp | 18 SkScalar stretch = viewM.getMaxScale(); local 21 if (stretch < 0) { 29 stretch = SkMaxScalar(stretch, mat.mapRadius(SK_Scalar1)); 32 return srcTol / stretch;
|
GrTextureParamsAdjuster.h | 191 * Return a new (uncached) texture that is the stretch of the maker's original.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
_index.html | 73 <dt><a href="TableLayout8.html">8. Toggle Stretch</a></dt> 74 <dd>Demonstrates toggling the "stretch" value on a column to fill the screen width. </dd>
|
/frameworks/base/docs/html/guide/practices/ |
screen-compat-mode.jd | 35 <a href="{@docRoot}images/screens_support/compat-stretch.png"> 36 <img src="{@docRoot}images/screens_support/compat-stretch-thumb.png" alt="" />
|
/hardware/qcom/display/msm8960/libcopybit/ |
copybit.cpp | 379 /** do a stretch blit type operation */ 541 ctx->device.stretch = stretch_copybit;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
EdgeEffect.java | 326 // Stretch the glow to fit. 340 // Stretch the edge to fit.
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
multi_event_details_table.html | 25 align-self: stretch;
|
multi_event_summary_table.html | 27 align-self: stretch;
|
related_events.html | 25 align-self: stretch;
|
single_event_sub_view.html | 28 align-self: stretch;
|
/external/chromium-trace/catapult/tracing/tracing/value/ui/ |
generic_table_view.html | 22 align-self: stretch;
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
time_stretch.cc | 141 // Check accelerate criteria and stretch the signal.
|
/frameworks/base/core/tests/coretests/src/android/util/ |
GridScenario.java | 182 * Sets the stretch mode.
|
/frameworks/base/docs/html/guide/topics/graphics/ |
2d-graphics.jd | 438 buttons must stretch to accommodate strings of various lengths. A NinePatch drawable is a 455 View's text, it will stretch itself so that all the text fits inside only 461 which pixels of the image are allowed to be replicated in order to stretch the image. 471 lines identify the regions of the image that will be replicated in order to stretch the
|
view-animation.jd | 44 <p>The following XML from one of the ApiDemos is used to stretch, then simultaneously spin and
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
grid.jd | 72 <p>Columns can be hidden, marked to stretch and fill the available screen space,
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/ |
SurfaceRenderFilter.java | 95 if (mRenderModeString.equals("stretch")) {
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
pem_decrypt.go | 79 // deriveKey uses a key derivation function to stretch the password into a key
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
pem_decrypt.go | 79 // deriveKey uses a key derivation function to stretch the password into a key
|
/external/nanopb-c/docs/logo/ |
logo.svg | 827 style="font-size:41.48686981px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans" 890 style="font-size:72px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter4571);font-family:FreeSerif;-inkscape-font-specification:FreeSerif" 898 style="font-size:10.96853924px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#eeeeee;fill-opacity:1;stroke:none;font-family:FreeSerif;-inkscape-font-specification:FreeSerif" [all...] |
/external/v8/src/arm64/ |
assembler-arm64.cc | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dwrite.h | [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
BreakIterator.java | 79 * (or whatever stretch of text you're wrapping) and use it to do the whole job of 246 * @return The character offset of the beginning of the stretch of text 258 * @return The character offset of the end of the stretch of text [all...] |
/external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/ |
py_histogram_equalization.markdown | 17 all regions of the image. So you need to stretch this histogram to either ends (as given in below
|