Home
last modified time | relevance | path

Searched refs:decodeToBuffer (Results 1 – 7 of 7) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dwoff.h82 void decodeToBuffer(const char *woffData, int woffLen, char *sfntData, int bufferLen,
H A Dwoff.cpp299 void WOFF::decodeToBuffer(const char *woffData, int woffLen, char *sfntData, int bufferLen, in decodeToBuffer() function in WOFF
H A Dloader.cpp914 …WOFF::decodeToBuffer(m_font.constData(), m_font.size(), wbuffer.data(), wbuffer.size(), &len, &wof… in data()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.cpp252 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char… in decodeToBuffer() function in WebCore::TextCodecICU
320 … int ucharsDecoded = decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, flush, err); in decode()
327 decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, true, err); in decode()
H A DTextCodecICU.h57 int decodeToBuffer(UChar* buffer, UChar* bufferLimit, const char*& source,
/dports/audio/ampache/ampache-php74-5.0.0/public/lib/modules/aurora.js/
H A Daurora.js.map44 … \n decodePacket: ->\n @decoder.decode()\n \n decodeToBuffer: (callback) ->…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2008-08-1037744 (WebCore::TextCodecICU::decodeToBuffer):