Home
last modified time | relevance | path

Searched defs:targetWidth (Results 1 – 19 of 19) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DGlyphLayout.java50 …public GlyphLayout (BitmapFont font, CharSequence str, Color color, float targetWidth, int halign,… in GlyphLayout()
55 …(BitmapFont font, CharSequence str, int start, int end, Color color, float targetWidth, int halign, in GlyphLayout()
68 …public void setText (BitmapFont font, CharSequence str, Color color, float targetWidth, int halign… in setText()
80 …(BitmapFont font, CharSequence str, int start, int end, Color color, float targetWidth, int halign, in setText()
239 …private void truncate (BitmapFontData fontData, GlyphRun run, float targetWidth, String truncate, … in truncate()
DBitmapFontCache.java443 …public GlyphLayout setText (CharSequence str, float x, float y, float targetWidth, int halign, boo… in setText()
450 …out setText (CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in setText()
458 …out setText (CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in setText()
479 …public GlyphLayout addText (CharSequence str, float x, float y, float targetWidth, int halign, boo… in addText()
485 …out addText (CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in addText()
501 …out addText (CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in addText()
DBitmapFont.java197 …public GlyphLayout draw (Batch batch, CharSequence str, float x, float y, float targetWidth, int h… in draw()
206 …Batch batch, CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in draw()
216 …Batch batch, CharSequence str, float x, float y, int start, int end, float targetWidth, int halign, in draw()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
DGifFrameManager.java30 private final int targetWidth; field in GifFrameManager
43 public GifFrameManager(Context context, GifDecoder decoder, int targetWidth, int targetHeight) { in GifFrameManager()
49 int targetWidth, int targetHeight) { in GifFrameManager()
DGifDrawable.java318 int targetWidth; field in GifDrawable.GifState
325 Transformation<Bitmap> frameTransformation, int targetWidth, int targetHeight, in GifState()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp54 …derState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targetWidth, int targetHe… in computeRandomRenderState()
220 void computeRandomQuad (de::Random& rnd, gls::FragmentOpUtil::IntegerQuad& quad, int targetWidth, i… in computeRandomQuad()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DScaling.java51 …public Vector2 apply (float sourceWidth, float sourceHeight, float targetWidth, float targetHeight… in apply()
/external/opencv3/modules/cudacodec/src/
Dvideo_decoder.hpp78 unsigned long targetWidth() const { return createInfo_.ulTargetWidth; } in targetWidth() function in cv::cudacodec::detail::VideoDecoder
/external/deqp/modules/gles2/functional/
Des2fPrerequisiteTests.cpp178 int targetWidth = renderTarget.getWidth(); in iterate() local
Des2fColorClearTest.cpp106 const int targetWidth = renderTarget.getWidth(); in iterate() local
/external/deqp/modules/gles3/functional/
Des3fPrerequisiteTests.cpp178 int targetWidth = renderTarget.getWidth(); in iterate() local
Des3fColorClearTest.cpp106 const int targetWidth = renderTarget.getWidth(); in iterate() local
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DTransformationUtils.java100 final int targetWidth = (int) (minPercentage * toFit.getWidth()); in fitCenter() local
DDownsampler.java197 int targetWidth = (int) Math.ceil(inWidth / (double) sampleSize); in downsampleWithSize() local
/external/deqp/modules/egl/
DteglNativeCoordMappingTests.cpp229 void render (const glw::Functions& gl, deUint32 program, int targetWidth, int targetHeight, int x, … in render()
/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp334 UMeasureFormatWidth targetWidth = widthFromAlias(value, errorCode); in put() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMeasureFormat.java835 FormatWidth targetWidth = widthFromAlias(value); in put() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java862 FormatWidth targetWidth = widthFromAlias(value); in put() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp4191 deInt32 targetWidth, in PrepareRenderPassContext()
4230 deInt32 targetWidth, in VerifyRenderPassContext()