/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/ |
ft2-glyph_management.html | 272 <p>A function used to extract a glyph image from a slot. Note that the created <a href="ft2-glyph_management.html#FT_Glyph">FT_Glyph</a> object must be released with <a href="ft2-glyph_management.html#FT_Done_Glyph">FT_Done_Glyph</a>.</p> 512 // extract glyph image
|
/external/libxml2/ |
buf.c | 576 * Function to extract the content of a buffer 594 * Function to extract the end of the content of a buffer [all...] |
/external/llvm/lib/Analysis/ |
Lint.cpp | 422 // something we can handle and if so extract the size of this base object 635 // TODO: Look through vector insert/extract/shuffle.
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUInstructions.td | 513 /* Extract element pattern */ 586 // Bitfield extract patterns
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelDAGToDAG.cpp | 638 // Extract the run of set bits starting with bit zero from the bitwise 672 // Extract the run of set bits starting with bit zero, and test that the [all...] |
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
SFXWin.dsp | 755 SOURCE=..\..\UI\Common\Extract.cpp
759 SOURCE=..\..\UI\Common\Extract.h
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.c | 828 * Extract and broadcast texture size. [all...] |
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
options.h | 35 * gettext(). xgettext can be used to extract translatable 45 /* This is needed for xgettext to extract translatable strings. [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_texstate.c | 235 /* Extract the arg from slot A, shift it into the correct argument slot 312 * Extract the color and alpha combine function arguments. [all...] |
/external/opencv3/modules/videostab/src/ |
global_motion.cpp | 641 // extract motion 715 // extract points from keypoints
|
/external/proguard/src/proguard/gradle/ |
ProGuardTask.java | [all...] |
/external/skia/site/dev/design/ |
pdftheory.md | 418 functionality required to extract the required information from the 479 extract the pixels along the appropriate edge and stretch the single
|
/external/tcpdump/ |
print-fr.c | 37 #include "extract.h" 780 codeset = p[2]&0x0f; /* extract the codeset */
|
/external/tlsdate/src/ |
tlsdate-helper-plan9.c | 480 die ("Unable to extract certificate\n"); 490 die ("Unable to extract commonName\n"); [all...] |
/external/tpm2/ |
Session.c | 447 // Extract the session slot number referenced by the contextArray 511 contextIndex = *handle & HR_HANDLE_MASK; // extract the index [all...] |
/external/v8/benchmarks/ |
deltablue.js | 630 * Extract a plan for resatisfaction starting from the given source 664 * Extract a plan for resatisfying starting from the output of the
|
/external/v8/src/mips64/ |
simulator-mips64.cc | [all...] |
/external/webrtc/talk/app/webrtc/java/jni/ |
androidmediaencoder_jni.cc | 230 // H264 bitstream parser, used to extract QP from encoded bitstreams. [all...] |
/external/webrtc/webrtc/modules/video_coding/ |
jitter_buffer.cc | 566 // Extract the frame with the desired timestamp. 576 TRACE_EVENT_ASYNC_STEP0("webrtc", "Video", timestamp, "Extract"); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers.c | 770 /* Extract the network ID */ 1020 /* Extract the network number */ [all...] |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng_util.cpp | 275 //This uses a stripped down version of picoPNG to extract detailed zlib information while decompressing. 653 if(decoder.error) std::cout << "extract error: " << decoder.error << std::endl;
|
/frameworks/base/media/java/android/mtp/ |
MtpDatabase.java | 386 // extract name from path [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageInstallerSession.java | [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
PathParser_Delegate.java | 275 private static void extract(@NonNull String s, int start, @NonNull ExtractFloatResult result) { method in class:PathParser_Delegate 347 extract(s, startPosition, result); method [all...] |
/frameworks/rs/api/ |
GenerateTestFiles.cpp | 426 mJava->indent() << "// Extract the inputs.\n"; 448 mJava->indent() << "// Extract the outputs.\n"; [all...] |