Searched refs:xflags (Results 1 - 15 of 15) sorted by relevance
/third_party/skia/gm/ |
H A D | savelayer.cpp | 85 const int xflags[] = { 0, SkCanvas::kMaskAgainstCoverage_EXPERIMENTAL_DONT_USE_SaveLayerFlag }; in DEF_SIMPLE_GM() local 90 SkCanvas::SaveLayerRec rec(&r, &layerPaint, yflags[y] | xflags[x]); in DEF_SIMPLE_GM()
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 53 xflags: Integer; (* extra flags (not used when writing a gzip file) *)
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 117 int xflags; /* extra flags (not used when writing a gzip file) */ member 1047 The text, time, xflags, and os fields are filled in with the gzip header
|
H A D | inflate.c | 704 state->head->xflags = (int)(hold & 0xff); in inflate()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 115 int xflags; /* extra flags (not used when writing a gzip file) */
member 921 The text, time, xflags, and os fields are filled in with the gzip header
|
H A D | inflate.c | 699 state->head->xflags = (int)(hold & 0xff);
|
/third_party/zlib/ |
H A D | zlib.h | 117 int xflags; /* extra flags (not used when writing a gzip file) */ member 1048 The text, time, xflags, and os fields are filled in with the gzip header
|
H A D | inflate.c | 734 state->head->xflags = (int)(hold & 0xff); in inflate()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 117 int xflags; /* extra flags (not used when writing a gzip file) */ member 1045 The text, time, xflags, and os fields are filled in with the gzip header
|
H A D | inflate.c | 738 state->head->xflags = (int)(hold & 0xff);
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 117 int xflags; /* extra flags (not used when writing a gzip file) */ member 1043 The text, time, xflags, and os fields are filled in with the gzip header
|
H A D | inflate.c | 737 state->head->xflags = (int)(hold & 0xff);
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 749 state->head->xflags = (int)(hold & 0xff);
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 715 state->head->xflags = (int)(hold & 0xff); in inflate()
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 748 state->head->xflags = (int)(hold & 0xff);
|
Completed in 30 milliseconds