HomeSort by relevance Sort by last modified time
    Searched refs:iColorType (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_formcontrol.cpp 203 FX_ARGB CPDF_FormControl::GetColor(int& iColorType, CFX_ByteString csEntry) {
204 return GetMK().GetColor(iColorType, csEntry);
211 void CPDF_FormControl::GetOriginalColor(int& iColorType,
214 GetMK().GetOriginalColor(iColorType, fc, csEntry);
332 FX_ARGB CPDF_ApSettings::GetColor(int& iColorType,
334 iColorType = COLORTYPE_TRANSPARENT;
345 iColorType = COLORTYPE_GRAY;
349 iColorType = COLORTYPE_RGB;
355 iColorType = COLORTYPE_CMYK;
378 void CPDF_ApSettings::GetOriginalColor(int& iColorType,
    [all...]
doc_utils.cpp 120 void CPDF_DefaultAppearance::GetColor(int& iColorType,
123 iColorType = COLORTYPE_TRANSPARENT;
132 iColorType = COLORTYPE_GRAY;
138 iColorType = COLORTYPE_RGB;
146 iColorType = COLORTYPE_CMYK;
154 int& iColorType,
157 iColorType = COLORTYPE_TRANSPARENT;
163 iColorType = COLORTYPE_GRAY;
170 iColorType = COLORTYPE_RGB;
179 iColorType = COLORTYPE_CMYK
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 501 void GetColor(int& iColorType,
506 int& iColorType,
932 inline FX_ARGB GetBorderColor(int& iColorType) {
933 return GetColor(iColorType, "BC");
940 void GetOriginalBorderColor(int& iColorType, FX_FLOAT fc[4]) {
941 GetOriginalColor(iColorType, fc, "BC");
944 FX_ARGB GetBackgroundColor(int& iColorType) {
945 return GetColor(iColorType, "BG");
952 void GetOriginalBackgroundColor(int& iColorType, FX_FLOAT fc[4]) {
953 GetOriginalColor(iColorType, fc, "BG")
    [all...]
  /external/libpng/contrib/visupng/
PngFile.c 105 int iColorType;
175 &iColorType, NULL, NULL, NULL);
188 if (iColorType == PNG_COLOR_TYPE_PALETTE)
194 if (iColorType == PNG_COLOR_TYPE_GRAY ||
195 iColorType == PNG_COLOR_TYPE_GRAY_ALPHA)
222 &iColorType, NULL, NULL, NULL);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 559 int iColorType = 0;
560 color = FX_ARGBTOCOLORREF(pFormCtrl->GetBackgroundColor(iColorType));
562 return iColorType != COLORTYPE_TRANSPARENT;
567 int iColorType = 0;
568 color = FX_ARGBTOCOLORREF(pFormCtrl->GetBorderColor(iColorType));
570 return iColorType != COLORTYPE_TRANSPARENT;
578 int iColorType = COLORTYPE_TRANSPARENT;
579 da.GetColor(argb, iColorType);
582 return iColorType != COLORTYPE_TRANSPARENT;
910 int iColorType;
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]

Completed in 71 milliseconds