Searched refs:nComponents (Results 1 - 17 of 17) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLigatureSubstProc.h25 #define nComponents 16 macro
63 le_int32 componentStack[nComponents];
H A DLigatureSubstProc2.h25 #define nComponents 16 macro
64 le_int32 componentStack[nComponents];
H A DLigatureSubstProc.cpp54 if (++m >= nComponents) {
71 le_int32 stack[nComponents];
81 m = nComponents - 1;
105 if(mm==nComponents) {
106 LE_DEBUG_BAD_FONT("exceeded nComponents");
123 if (++m >= nComponents) {
H A DLigatureSubstProc2.cpp58 if (++m >= nComponents) {
77 le_int32 stack[nComponents];
93 m = nComponents - 1;
108 if(mm==nComponents) {
109 LE_DEBUG_BAD_FONT("exceeded nComponents");
126 if (++m >= nComponents) {
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp26 FX_BOOL CheckComponents(cmsColorSpaceSignature cs, int nComponents, FX_BOOL bDst) argument
28 if (nComponents <= 0 || nComponents > 15) {
33 if (nComponents < 3) {
38 if (bDst && nComponents != 1) {
40 } else if (!bDst && nComponents > 2) {
45 if (bDst && nComponents != 3) {
50 if (bDst && nComponents != 4) {
55 if (nComponents != 3) {
138 void* IccLib_CreateTransform_sRGB(const unsigned char* pProfileData, unsigned int dwProfileSize, int nComponents, in argument
520 CreateTransform_sRGB(FX_LPCBYTE pProfileData, unsigned int dwProfileSize, int nComponents, int intent, FX_DWORD dwSrcFormat) argument
[all...]
H A Dfx_codec_jpeg.cpp189 int nComponents = Bpp >= 3 ? (pSource->IsCmykImage() ? 4 : 3) : 1; local
193 FX_DWORD dest_buf_length = width * height * nComponents + 1024 + (icc_length ? (icc_length + 255 * 18) : 0);
209 cinfo.input_components = nComponents;
210 if (nComponents == 1) {
212 } else if (nComponents == 3) {
218 if (nComponents > 1) {
219 line_buf = FX_Alloc(FX_BYTE, width * nComponents);
234 if (nComponents > 1) {
236 if (nComponents == 3) {
H A Dcodec_int.h165 virtual FX_LPVOID CreateTransform_sRGB(FX_LPCBYTE pProfileData, unsigned int dwProfileSize, int nComponents, int intent = 0,
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp110 CPDF_IccProfile* CPDF_Document::LoadIccProfile(CPDF_Stream* pStream, int nComponents) argument
112 return GetValidatePageData()->GetIccProfile(pStream, nComponents);
556 CPDF_IccProfile* CPDF_DocPageData::GetIccProfile(CPDF_Stream* pIccProfileStream, FX_INT32 nComponents) argument
576 CPDF_IccProfile* pProfile = FX_NEW CPDF_IccProfile(stream.GetData(), stream.GetSize(), nComponents);
H A Dfpdf_page_parser_new.cpp515 int nComponents = 1; local
518 nComponents = 3;
520 nComponents = pCS->CountComponents();
523 int pitch = (width * bpc * nComponents + 7) / 8;
H A Dfpdf_page_parser_old.cpp328 FX_DWORD nComponents = 1; local
331 nComponents = 3;
333 nComponents = pCS->CountComponents();
341 if (nComponents && pitch > INT_MAX / nComponents) {
344 pitch *= nComponents;
H A Dpageint.h426 CPDF_IccProfile* GetIccProfile(CPDF_Stream* pIccProfileStream, FX_INT32 nComponents);
465 CPDF_IccProfile(FX_LPCBYTE pData, FX_DWORD dwSize, int nComponents);
H A Dfpdf_page_colors.cpp517 CPDF_IccProfile::CPDF_IccProfile(FX_LPCBYTE pData, FX_DWORD dwSize, int nComponents) argument
519 m_bsRGB = nComponents == 3 && dwSize == 3144 && FXSYS_memcmp32(pData + 0x190, "sRGB IEC61966-2.1", 17) == 0;
522 m_pTransform = CPDF_ModuleMgr::Get()->GetIccModule()->CreateTransform_sRGB(pData, dwSize, nComponents);
/external/pdfium/core/include/fxcodec/
H A Dfx_codec.h270 virtual FX_LPVOID CreateTransform_sRGB(FX_LPCBYTE pProfileData, unsigned int dwProfileSize, int nComponents, int intent = 0,
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp900 int nComponents = m_pColorSpace->CountComponents(); local
901 FX_FLOAT* temp_buf = FX_Alloc(FX_FLOAT, nComponents);
902 for (int i = 0; i < nComponents; i++) {
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h137 CPDF_IccProfile* LoadIccProfile(CPDF_Stream* pStream, int nComponents);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 257 milliseconds