Searched refs:wrap (Results 1 – 13 of 13) sorted by relevance
47 FloatBuffer bb = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN).asFloatBuffer(); in formatFloats()61 IntBuffer bb = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN).asIntBuffer(); in formatInts()75 ShortBuffer bb = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN).asShortBuffer(); in formatShorts()93 ByteBuffer bb = ByteBuffer.wrap(data); in formatBytes()
58 ByteBuffer buf = ByteBuffer.wrap(bytes); in describe()
11 #indent {word-wrap : break-word;width :300px;text-indent:10px;}
49 ByteBuffer bb = ByteBuffer.wrap(mNewData); in apply()
238 ByteBuffer floatBuffer = ByteBuffer.wrap(data); in convertFloatToUnsigned()
208 PaletteMode(String actionLabel, boolean wrap) { in PaletteMode() argument210 mWrap = wrap; in PaletteMode()476 boolean wrap = mPaletteMode.getWrap(); in reloadPalette()481 mAccordion = new AccordionControl(this, SWT.NONE, headers, fillVertical, wrap, in reloadPalette()
891 msg = SdkUtils.wrap(msg, charsPerLine, null); in paint()
272 final ByteBuffer bb = ByteBuffer.wrap(array); in onFrameBuffer()
399 rlPreviewAreaPreviewArea.wrap = true; in createControl()756 clipartFormLayout.wrap = true; in widgetSelected()
32 …s the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines…
247 …s the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines…