/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMAsm.cpp | 52 auto &options = targetMachine.get()->Options.MCOptions; in emitAsmFile() 55 targetMachine.get()->addPassesToEmitFile(pm, dest, nullptr, fileType); in emitAsmFile()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | RecordList.java | 80 T get(int index) { in get() method in RecordList 82 return recordsToWrite.get(index); in get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | instruction_list_test.cpp | 76 inserted_instructions.push_back(inst.get()); in TEST() 99 created_instructions.push_back(inst.get()); in TEST()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_scientific.cpp | 25 return *unisets::get(unisets::MINUS_SIGN); in minusSignSet() 29 return *unisets::get(unisets::PLUS_SIGN); in plusSignSet() 73 // First attempt to get a code point, returning true if we can't get one. in match()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | EventScheduler.java | 156 FastEventQueue list = mEventBuffer.get(event.getTimestamp()); in add() 176 FastEventQueue list = mEventBuffer.get(lowestTime); in removeNextEventLocked()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
H A D | DuplexEngine.cpp | 46 std::get<FunctionList<numeric *>>(functionStack)(beg, end); in createCallback() 67 defaultBuilder().setCallback(mCallback.get()) in openOutStream()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLVariable.cpp | 28 return fDeclaration ? fDeclaration->value().get() : nullptr; in initialValue() 96 result.fVarDecl = VarDeclaration::Make(context, var.get(), type, arraySize, in MakeScratchVariable()
|
/third_party/skia/tests/ |
H A D | CachedDataTest.cpp | 88 SkCachedData* data = test_locking(reporter, size, useDiscardable ? pool.get() : nullptr); in DEF_TEST() 95 data = test_locking(reporter, size, useDiscardable ? pool.get() : nullptr); in DEF_TEST()
|
H A D | PDFTaggedPruningTest.cpp | 59 metadata.fStructureElementTreeRoot = root.get(); in DEF_TEST() 124 metadata.fStructureElementTreeRoot = root.get(); in DEF_TEST()
|
H A D | RuntimeBlendTest.cpp | 81 test_blend(r, surface.get()); in DEF_TEST() 88 test_blend(r, surface.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | CanvasStateHelpers.cpp | 43 complex_layers_draw(canvas.get(), left, top, right, bottom, spacer); in complex_layers_draw_from_canvas_state() 75 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
|
H A D | GrOpListFlushTest.cpp | 61 canvas2->drawImageRect(image.get(), srcRect, dstRect, SkSamplingOptions(), nullptr, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 67 canvas1->drawImageRect(image.get(), srcRect, dstRect, SkSamplingOptions(), nullptr, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | RecorderTest.cpp | 87 recorder.drawImage(image.get(), 0, 0, SkSamplingOptions()); in DEF_TEST() 102 recorder.drawImageRect(image.get(), SkRect::MakeWH(100, 100), SkRect::MakeWH(100, 100), in DEF_TEST()
|
H A D | SkSLES2ConformanceTest.cpp | 112 test_expect_pass(r, surface.get(), path); in DEF_TEST() 121 test_expect_pass(r, surface.get(), path); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | FontTest.cpp | 26 wb.writeToMemory(storage.get()); in serialize_deserialize() 37 SkReadBuffer rb(storage.get(), size); in serialize_deserialize()
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.h | 78 SkToBool(CTFontGetSymbolicTraits(fFontRef.get()) & kCTFontColorGlyphsTrait)) in SkTypeface_Mac() 119 void* onGetCTFontRef() const override { return (void*)fFontRef.get(); }
|
/third_party/skia/src/shaders/ |
H A D | SkColorFilterShader.cpp | 47 buffer.writeFlattenable(fShader.get()); in flatten() 49 buffer.writeFlattenable(fFilter.get()); in flatten()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
H A D | Decoder.java | 154 buffer.get(chunk); in decompress() 167 return output.get(0); in decompress()
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/ |
H A D | ServerHandlers.cpp | 61 {% if type.name.get() == "device" %} 62 {{name}}Data->deviceInfo = DeviceObjects().Get(cmd.selfId)->info.get();
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | ChunkedCommandSerializer.h | 96 SerializeBuffer serializeBuffer(cmdSpace.get(), requiredSize); in SerializeCommandImpl() 103 SerializeChunkedCommand(cmdSpace.get(), requiredSize); in SerializeCommandImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | ObjectAllocator.h | 48 client->TrackObject(object.get()); in New() 80 return mObjects[id].object.get(); in GetObject()
|
/third_party/python/Lib/ |
H A D | linecache.py | 170 if (loader := module_globals.get('__loader__')) is None: 171 if spec := module_globals.get('__spec__'):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 71 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand()); in getIndexedType() 109 StructType *getStructType() const { return CurTy.get<StructType *>(); } in getStructType()
|
H A D | Intrinsics.h | 157 static IITDescriptor get(IITDescriptorKind K, unsigned Field) { in get() function 162 static IITDescriptor get(IITDescriptorKind K, unsigned short Hi, in get() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CmpInstAnalysis.cpp | 47 return ConstantInt::get(CmpInst::makeCmpResultType(OpTy), 0); in getPredForICmpCode() 55 return ConstantInt::get(CmpInst::makeCmpResultType(OpTy), 1); in getPredForICmpCode()
|