HomeSort by relevance Sort by last modified time
    Searched full:bitspercomponent (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/src/utils/mac/
SkCreateCGImageRef.cpp 52 size_t* bitsPerComponent,
63 *bitsPerComponent = 5;
70 *bitsPerComponent = 8;
75 *bitsPerComponent = 8;
79 *bitsPerComponent = 8;
83 *bitsPerComponent = 4;
98 size_t* bitsPerComponent,
101 if (!getBitmapInfo(bm, bitsPerComponent, info, &upscaleTo32)) {
119 size_t bitsPerComponent SK_INIT_TO_AVOID_WARNING;
122 SkBitmap* bitmap = prepareForImageRef(bm, &bitsPerComponent, &info)
    [all...]
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 52 size_t* bitsPerComponent,
63 *bitsPerComponent = 5;
70 *bitsPerComponent = 8;
75 *bitsPerComponent = 8;
79 *bitsPerComponent = 8;
83 *bitsPerComponent = 4;
98 size_t* bitsPerComponent,
101 if (!getBitmapInfo(bm, bitsPerComponent, info, &upscaleTo32)) {
119 size_t bitsPerComponent SK_INIT_TO_AVOID_WARNING;
122 SkBitmap* bitmap = prepareForImageRef(bm, &bitsPerComponent, &info)
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 232 static void PNG_PredictorEncode(FX_LPBYTE& data_buf, FX_DWORD& data_size, int predictor, int Colors, int BitsPerComponent, int Columns)
234 int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8;
235 int row_size = (Colors * BitsPerComponent * Columns + 7) / 8;
386 int Colors, int BitsPerComponent, int Columns)
388 int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8;
389 int row_size = (Colors * BitsPerComponent * Columns + 7) / 8;
473 static void TIFF_PredictorEncodeLine(FX_LPBYTE dest_buf, int row_size, int BitsPerComponent, int Colors, int Columns)
475 int BytesPerPixel = BitsPerComponent * Colors / 8;
476 if (BitsPerComponent < 8) {
478 if (BitsPerComponent == 2) {
    [all...]
codec_int.h 119 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns);
121 int predictor, int Colors, int BitsPerComponent, int Columns,
124 int predictor, int Colors, int BitsPerComponent, int Columns,
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.cpp 35 int64_t SkPdfLzwdecodeAndFlatedecodeFiltersDictionary::BitsPerComponent(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("BitsPerComponent", "");
44 return get("BitsPerComponent", "") != NULL;
SkPdfType4ShadingDictionary_autogen.cpp 23 int64_t SkPdfType4ShadingDictionary::BitsPerComponent(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("BitsPerComponent", "");
32 return get("BitsPerComponent", "") != NULL;
SkPdfType5ShadingDictionary_autogen.cpp 23 int64_t SkPdfType5ShadingDictionary::BitsPerComponent(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("BitsPerComponent", "");
32 return get("BitsPerComponent", "") != NULL;
SkPdfType6ShadingDictionary_autogen.cpp 23 int64_t SkPdfType6ShadingDictionary::BitsPerComponent(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("BitsPerComponent", "");
32 return get("BitsPerComponent", "") != NULL;
SkPdfImageDictionary_autogen.h 41 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
SkPdfType4ShadingDictionary_autogen.h 40 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
SkPdfType5ShadingDictionary_autogen.h 40 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
SkPdfType6ShadingDictionary_autogen.h 40 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.cpp 35 int64_t SkPdfLzwdecodeAndFlatedecodeFiltersDictionary::BitsPerComponent(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("BitsPerComponent", "");
44 return get("BitsPerComponent", "") != NULL;
SkPdfType4ShadingDictionary_autogen.cpp 23 int64_t SkPdfType4ShadingDictionary::BitsPerComponent(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("BitsPerComponent", "");
32 return get("BitsPerComponent", "") != NULL;
SkPdfType5ShadingDictionary_autogen.cpp 23 int64_t SkPdfType5ShadingDictionary::BitsPerComponent(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("BitsPerComponent", "");
32 return get("BitsPerComponent", "") != NULL;
SkPdfType6ShadingDictionary_autogen.cpp 23 int64_t SkPdfType6ShadingDictionary::BitsPerComponent(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("BitsPerComponent", "");
32 return get("BitsPerComponent", "") != NULL;
SkPdfImageDictionary_autogen.h 41 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
SkPdfType4ShadingDictionary_autogen.h 40 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
SkPdfType5ShadingDictionary_autogen.h 40 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
SkPdfType6ShadingDictionary_autogen.h 40 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
  /external/chromium_org/ui/gfx/image/
image_unittest_util_ios.mm 27 /*bitsPerComponent=*/ 8,
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 219 static FX_BOOL CheckFlateDecodeParams(int Colors, int BitsPerComponent, int Columns)
229 if (BitsPerComponent < 0 ||
230 (check > 0 && BitsPerComponent > INT_MAX / check)) {
233 check *= BitsPerComponent;
244 int Colors = 0, BitsPerComponent = 0, Columns = 0;
249 BitsPerComponent = pParams->GetInteger(FX_BSTRC("BitsPerComponent"), 8);
251 if (!CheckFlateDecodeParams(Colors, BitsPerComponent, Columns)) {
256 nComps, bpc, predictor, Colors, BitsPerComponent, Columns);
263 int Colors = 0, BitsPerComponent = 0, Columns = 0;
    [all...]
  /external/pdfium/core/include/fxcodec/
fx_codec.h 127 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns) = 0;
129 int predictor, int Colors, int BitsPerComponent, int Columns,
132 int predictor, int Colors, int BitsPerComponent, int Columns,
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 40 pDict->SetAtInteger("BitsPerComponent", bits);
150 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 1);
181 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 8);
190 pDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 8);
220 pMaskDict->SetAtInteger(FX_BSTRC("BitsPerComponent"), 8);
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 69 size_t bitsPerComponent, size_t bytesPerRow,

Completed in 7329 milliseconds

1 2 3