Searched refs:dstFormat (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFUnicodeDecomposition.h49 CF_EXPORT bool CFUniCharDecompose(const UTF16Char *src, CFIndex length, CFIndex *consumedLength, void *dst, CFIndex maxLength, CFIndex *filledLength, bool needToReorder, uint32_t dstFormat, bool isHFSPlus);
H A DCFUnicodeDecomposition.c218 CF_INLINE bool __CFProcessReorderBuffer(UTF32Char *buffer, CFIndex length, void **dst, CFIndex dstLength, CFIndex *filledLength, uint32_t dstFormat) { argument
220 return CFUniCharFillDestinationBuffer(buffer, length, dst, dstLength, filledLength, dstFormat);
224 bool CFUniCharDecompose(const UTF16Char *src, CFIndex length, CFIndex *consumedLength, void *dst, CFIndex maxLength, CFIndex *filledLength, bool needToReorder, uint32_t dstFormat, bool isHFSPlus) { argument
241 if (!__CFProcessReorderBuffer(decompBuffer, decompBufferLen, &dst, maxLength, &usedLength, dstFormat)) break;
249 switch (dstFormat) {
260 if (dstFormat != kCFUniCharUTF16Format) break;
265 if (dstFormat != kCFUniCharUTF16Format) break;
287 if (!__CFProcessReorderBuffer(decompBuffer, decompBufferLen, &dst, maxLength, &usedLength, dstFormat)) break;
300 if (!CFUniCharFillDestinationBuffer(decompBuffer, decompBufferLen, &dst, maxLength, &usedLength, dstFormat)) break;
311 if ((decompBufferLen > 0) && __CFProcessReorderBuffer(decompBuffer, decompBufferLen, &dst, maxLength, &usedLength, dstFormat)) lengt
[all...]
H A DCFUniChar.h194 CF_EXPORT bool CFUniCharFillDestinationBuffer(const UTF32Char *src, CFIndex srcLength, void **dst, CFIndex dstLength, CFIndex *filledLength, uint32_t dstFormat);
H A DCFUniChar.c1313 bool CFUniCharFillDestinationBuffer(const UTF32Char *src, CFIndex srcLength, void **dst, CFIndex dstLength, CFIndex *filledLength, uint32_t dstFormat) { argument
1317 if (dstFormat == kCFUniCharUTF16Format) {
1341 } else if (dstFormat == kCFUniCharUTF8Format) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext3D.cpp52 GraphicsContext3D::DataFormat dstFormat = GraphicsContext3D::DataFormatRGBA8; local
57 dstFormat = GraphicsContext3D::DataFormatRGB8;
60 dstFormat = GraphicsContext3D::DataFormatRGBA8;
63 dstFormat = GraphicsContext3D::DataFormatA8;
66 dstFormat = GraphicsContext3D::DataFormatR8;
69 dstFormat = GraphicsContext3D::DataFormatRA8;
76 dstFormat = GraphicsContext3D::DataFormatRGBA4444;
79 dstFormat = GraphicsContext3D::DataFormatRGBA5551;
82 dstFormat = GraphicsContext3D::DataFormatRGB565;
87 dstFormat
1212 convert(GraphicsContext3D::DataFormat srcFormat, GraphicsContext3D::DataFormat dstFormat, GraphicsContext3D::AlphaOp alphaOp) argument
1244 convert(GraphicsContext3D::DataFormat dstFormat, GraphicsContext3D::AlphaOp alphaOp) argument
[all...]

Completed in 113 milliseconds