/third_party/skia/gm/ |
H A D | imagefilters.cpp | 203 auto direct = GrAsDirectContext(canvas->recordingContext()); in DEF_SIMPLE_GM() local 204 if (direct) { in DEF_SIMPLE_GM() 205 if (sk_sp<SkImage> gpuImage = image->makeTextureImage(direct)) { in DEF_SIMPLE_GM()
|
/third_party/skia/bench/ |
H A D | BulkRectBench.cpp | 220 auto direct = GrAsDirectContext(canvas->recordingContext()); variable 227 fImages[i] = direct ? image->makeTextureImage(direct) : std::move(image);
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | typed_text.cpp | 96 bool xorFlag = (orientation == TextOrientation::INSIDE) ^ (arcTextInfo.direct == TEXT_DIRECT_LTR); in GetArcTextRect() 116 arcTextInfo.direct, orientation) : 0; in GetArcTextRect() 129 arcTextInfo.direct, orientation); in GetArcTextRect() 148 UITextLanguageDirect direct, in GetAngleForArcLen() 157 return (direct == TEXT_DIRECT_LTR) ? angle : -angle; in GetAngleForArcLen() 145 GetAngleForArcLen(float len, uint16_t height, uint16_t radius, UITextLanguageDirect direct, TextOrientation orientation) GetAngleForArcLen() argument
|
/third_party/node/deps/zlib/ |
H A D | gzwrite.c | 23 if (!state->direct) { in gz_init() 51 if (!state->direct) { in gz_init() 63 reset to start a new gzip stream. If gz->direct is true, then simply write 75 if (state->direct) { in gz_comp() 568 if (state->mode != GZ_WRITE || state->err != Z_OK || state->direct) in gzsetparams() 619 if (!state->direct) { in gzclose_w()
|
H A D | gzlib.c | 115 state->direct = 0; in gz_open() 160 state->direct = 1; in gz_open() 176 if (state->direct) { in gz_open() 180 state->direct = 1; /* for empty file */ in gz_open()
|
H A D | gzread.c | 70 if there is no gzip header and direct copying will be performed, or it will 71 be set to GZIP for decompression. If direct copying, then leftover input 126 state->direct = 0; in gz_look() 132 if (state->direct == 0) { in gz_look() 147 state->direct = 1; in gz_look() 573 return state->direct; in gzdirect()
|
/third_party/zlib/ |
H A D | gzwrite.c | 26 if (!state->direct) { in gz_init() 54 if (!state->direct) { in gz_init() 66 reset to start a new gzip stream. If gz->direct is true, then simply write 79 if (state->direct) { in gz_comp() 575 if (state->mode != GZ_WRITE || state->err != Z_OK || state->direct) in gzsetparams() 626 if (!state->direct) { in gzclose_w()
|
H A D | gzlib.c | 116 state->direct = 0; in gz_open() 161 state->direct = 1; in gz_open() 177 if (state->direct) { in gz_open() 181 state->direct = 1; /* for empty file */ in gz_open()
|
H A D | gzread.c | 84 if there is no gzip header and direct copying will be performed, or it will 85 be set to GZIP for decompression. If direct copying, then leftover input 145 state->direct = 0; in gz_look() 151 if (state->direct == 0) { in gz_look() 166 state->direct = 1; in gz_look() 672 return state->direct; in gzdirect()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_arc_label.cpp | 355 arcTextInfo_.direct = TEXT_DIRECT_LTR; // Clockwise in MeasureArcTextInfo() 359 arcTextInfo_.direct = TEXT_DIRECT_RTL; // Counterclockwise in MeasureArcTextInfo() 392 arcTextInfo_.direct, orientation_); in OnMeasureArcTextInfo() 400 arcTextInfo_.direct, orientation_); in OnMeasureArcTextInfo()
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_metadata.c | 98 int direct; // reduces buffering when printing to user-supplied URL member 122 { "direct", "reduce buffering when printing to user-set file or pipe", OFFSET(direct), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, FLAGS }, \ 287 if (s->direct) in init() 288 s->avio_context->direct = AVIO_FLAG_DIRECT; in init()
|
H A D | vf_hue.c | 366 int direct = 0; in filter_frame() local 371 direct = 1; in filter_frame() 428 if (!direct) { in filter_frame() 457 if (!direct) in filter_frame()
|
/third_party/ffmpeg/tests/fate/ |
H A D | demux.mak | 1 FATE_SAMPLES_DEMUX-$(call DEMDEC, AVI, FRAPS) += fate-avio-direct 2 fate-avio-direct: CMD = framecrc -avioflags direct -i $(TARGET_SAMPLES)/fraps/fraps-v5-bouncing-balls-partial.avi -avioflags direct
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzread.c | 85 if there is no gzip header and direct copying will be performed, or it will 86 be set to GZIP for decompression. If direct copying, then leftover input 143 state->direct = 0; 149 if (state->direct == 0) { 166 state->direct = 1; 625 return state->direct;
|
H A D | gzlib.c | 122 state->direct = 0; 167 state->direct = 1; 183 if (state->direct) { 187 state->direct = 1; /* for empty file */
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | FunctionsGLX.cpp | 299 glx::Context FunctionsGLX::createContext(XVisualInfo *visual, glx::Context share, bool direct) const in createContext() 302 GLXContext context = mFnPtrs->createContextPtr(mXDisplay, visual, shareCtx, direct); in createContext() 418 Bool direct, in createContextAttribsARB() 424 mFnPtrs->createContextAttribsARBPtr(mXDisplay, cfg, shareCtx, direct, attribList); in createContextAttribsARB() 416 createContextAttribsARB(glx::FBConfig config, glx::Context shareContext, Bool direct, const int *attribList) const createContextAttribsARB() argument
|
/third_party/skia/src/image/ |
H A D | SkImage_Lazy.cpp | 196 sk_sp<SkImage> SkImage_Lazy::onMakeSubset(const SkIRect& subset, GrDirectContext* direct) const { in onMakeSubset() 201 auto pixels = direct ? this->makeTextureImage(direct) in onMakeSubset() 206 return pixels ? pixels->makeSubset(subset, direct) : nullptr; in onMakeSubset()
|
/third_party/skia/tests/ |
H A D | TextBlobCacheTest.cpp | 314 auto direct = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 317 auto surface = SkSurface::MakeRenderTarget(direct, SkBudgeted::kNo, info); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 370 auto direct = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 373 auto surface = SkSurface::MakeRenderTarget(direct, SkBudgeted::kNo, info); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzlib.c | 122 state->direct = 0; 167 state->direct = 1; 183 if (state->direct) { 187 state->direct = 1; /* for empty file */
|
H A D | gzread.c | 85 if there is no gzip header and direct copying will be performed, or it will 86 be set to GZIP for decompression. If direct copying, then leftover input 143 state->direct = 0; 149 if (state->direct == 0) { 166 state->direct = 1; 627 return state->direct;
|
/third_party/skia/include/core/ |
H A D | SkImage.h | 273 static sk_sp<SkImage> MakeTextureFromCompressed(GrDirectContext* direct, 293 GPU thread after the DDL is played back on the direct context. 326 GPU thread after the DDL is played back on the direct context. 694 @return true if SkImage has direct access to pixels 1063 sk_sp<SkImage> makeSubset(const SkIRect& subset, GrDirectContext* direct = nullptr) const; 1230 @param direct The GrDirectContext in play, if it exists 1236 GrDirectContext* direct = nullptr) const; 1249 @param direct The GrDirectContext in play, if it exists 1254 GrDirectContext* direct = nullptr) const;
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_util.h | 45 #include <direct.h>
|
/third_party/ffmpeg/libavcodec/ |
H A D | vc1_pred.h | 35 int direct, int mvtype);
|
/third_party/node/test/parallel/ |
H A D | test-crypto-authenticated-stream.js | 26 function direct(config) { function 119 direct(config);
|
/third_party/skia/tools/ |
H A D | DDLPromiseImageHelper.h | 36 PromiseImageCallbackContext(GrDirectContext* direct, GrBackendFormat backendFormat) in PromiseImageCallbackContext() argument 37 : fContext(direct) in PromiseImageCallbackContext()
|