Home
last modified time | relevance | path

Searched defs:bufferLength (Results 1 – 25 of 44) sorted by relevance

12

/external/webkit/Source/WebCore/platform/audio/
DReverbInputBuffer.cpp45 size_t bufferLength = m_buffer.size(); in write() local
62 size_t bufferLength = m_buffer.size(); in directReadFrom() local
DReverbAccumulationBuffer.cpp50 size_t bufferLength = m_buffer.size(); in readAndClear() local
83 size_t bufferLength = m_buffer.size(); in accumulate() local
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DGlyphMapAndroid.cpp47 …teWithVerticalGlyphs(const FontPlatformData& platformData, uint16_t* glyphs, unsigned bufferLength) in substituteWithVerticalGlyphs()
83 static void convertToVerticalForms(UChar* src, UChar* dest, unsigned bufferLength) { in convertToVerticalForms()
91 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const … in fill()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGlyphPageTreeNodeSkia.cpp44 …bstituteWithVerticalGlyphs(const SimpleFontData* fontData, uint16_t* glyphs, unsigned bufferLength) in substituteWithVerticalGlyphs()
74 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const … in fill()
/external/webkit/Source/WebCore/webaudio/
DDelayDSPKernel.cpp67 size_t bufferLength = static_cast<size_t>(sampleRate * maxDelayTime); in DelayDSPKernel() local
80 size_t bufferLength = m_buffer.size(); in process() local
DConvolverNode.cpp120 size_t bufferLength = buffer->length(); in setBuffer() local
/external/quake/quake/src/WinQuake/
Dnet_loop.cpp157 int *bufferLength; in Loop_SendMessage() local
191 int *bufferLength; in Loop_SendUnreliableMessage() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DPipedInputStreamTest.java414 int bufferLength = mpis.bufferLength(); in test_Constructor_LPipedOutputStream_I() local
439 int bufferLength = mpis.bufferLength(); in test_Constructor_I() local
468 public int bufferLength() { in bufferLength() method in PipedInputStreamTest.MockPipedInputStream
/external/webkit/Source/WebCore/platform/graphics/mac/
DGlyphPageTreeNodeMac.cpp40 static bool shouldUseCoreText(UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) in shouldUseCoreText()
54 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const … in fill()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DGlyphPageTreeNodeFreeType.cpp41 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const … in fill()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
DStringSerializer.java80 int bufferLength = stringBytes.length; in writeObject() local
/external/webkit/Source/WebCore/platform/graphics/win/
DGlyphPageTreeNodeCGWin.cpp37 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const … in fill()
DDIBPixelData.h57 unsigned bufferLength() const { return m_bitmapBufferLength; } in bufferLength() function
DGlyphPageTreeNodeCairoWin.cpp36 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const … in fill()
/external/webkit/Source/WebCore/platform/graphics/wx/
DGlyphMapWx.cpp38 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const … in fill()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGlyphPageTreeNodeHaiku.cpp41 …e::fill(unsigned offset, unsigned length, UChar* characterBuffer, unsigned bufferLength, const Sim… in fill()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGlyphPageTreeNodeWinCE.cpp36 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const … in fill()
/external/webkit/Source/WebCore/platform/haiku/
DPasteboardHaiku.cpp144 ssize_t bufferLength; in plainText() local
166 ssize_t bufferLength; in documentFragment() local
/external/webkit/Source/WebCore/platform/graphics/pango/
DGlyphPageTreeNodePango.cpp74 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const … in fill()
/external/webkit/Source/WebKit2/Shared/
DWebString.h62 size_t getCharacters(UChar* buffer, size_t bufferLength) const in getCharacters()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKString.cpp55 size_t WKStringGetCharacters(WKStringRef stringRef, WKChar* buffer, size_t bufferLength) in WKStringGetCharacters()
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
DNetscapePluginModuleWin.cpp39 UINT bufferLength; in getVersionInfo() local
/external/icu4c/common/
Dunames.c236 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \ argument
261 char *buffer, uint16_t bufferLength) { in expandName()
469 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName()
590 char *buffer, uint16_t bufferLength) { in expandGroupName()
600 char *buffer, uint16_t bufferLength) { in getName()
787 char *buffer, uint16_t bufferLength) { in writeFactorSuffix()
862 char *buffer, uint16_t bufferLength) { in getAlgName()
1456 char *buffer, int32_t bufferLength, in u_charName()
/external/webkit/Source/WebCore/platform/graphics/
DGlyphPageTreeNode.cpp157 …age* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const Sim… in fill()
189 unsigned bufferLength; in initializePage() local
/external/webkit/Source/WebCore/bindings/v8/
DV8NPUtils.cpp114 int bufferLength = str->Utf8Length() + 1; in getStringIdentifier() local

12