/external/skia/include/core/ |
SkTypeface.h | 229 * Given a run of glyphs, return the associated horizontal adjustments. 230 * Adjustments are in "design units", which are integers relative to the 241 * [count] valid glyph IDs, and the adjustments parameter must be 243 * [count-1] entries in the adjustments array will be set. If the method 244 * returns false, then no kerning should be applied, and the adjustments 249 int32_t adjustments[]) const; 328 int32_t adjustments[]) const;
|
/external/chromium/net/base/ |
escape_unittest.cc | 411 AdjustEncodingOffset::Adjustments adjustments; local 412 adjustments.push_back(3); 414 AdjustEncodingOffset(adjustments)); 425 adjustments.clear(); 426 adjustments.push_back(0); 427 adjustments.push_back(6); 428 adjustments.push_back(9); 429 adjustments.push_back(15); 431 AdjustEncodingOffset(adjustments)); [all...] |
net_util.cc | 1019 AdjustOffset::Adjustments adjustments; local 1110 AdjustOffset::Adjustments adjustments; local 1292 AdjustOffset::Adjustments adjustments; local [all...] |
/external/chromium_org/net/base/ |
escape_unittest.cc | 403 internal::AdjustEncodingOffset::Adjustments adjustments; local 404 adjustments.push_back(3); 406 internal::AdjustEncodingOffset(adjustments)); 417 adjustments.clear(); 418 adjustments.push_back(0); 419 adjustments.push_back(6); 420 adjustments.push_back(9); 421 adjustments.push_back(15); 423 internal::AdjustEncodingOffset(adjustments)); [all...] |
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_getschedparam.c | 70 * priority as altered by any system priority adjustments etc.
|
pthread_timechange_handler_np.c | 41 * Notes on handling system time adjustments (especially negative ones).
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextLayoutEngine.h | 42 // certain SVG specific text layout properties (text-length adjustments and text-anchor).
|
SVGTextLayoutEngine.cpp | 64 // relative adjustments, if it doesn't specify an absolute position itself. 203 // Eventually handle textLength adjustments. 502 // Apply dx/dy value adjustments to current text position, if needed.
|
/external/icu4c/layout/ |
ThaiLayoutEngine.cpp | 119 // default is no adjustments
|
ValueRecords.cpp | 85 // FIXME: The device adjustments should really be transformed, but 189 // FIXME: The device adjustments should really be transformed, but
|
OpenTypeLayoutEngine.h | 36 * perform any other adjustments requried by the previous steps. 38 * OpenTypeLayoutEngine will also use the font's GPOS table to apply position adjustments
|
/external/llvm/ |
llvm.spec.in | 64 - Minor adjustments for the 1.5 release
|
/external/srtp/crypto/include/ |
config.h | 177 /* Adjustments to build under MSVC. */ 198 /* Adjustments to build on MacOS. */
|
/external/chromium/chrome/browser/net/ |
url_fixer_upper.h | 36 // some "smart" adjustments to obviously-invalid input where possible.
|
/external/chromium_org/chrome/common/net/ |
url_fixer_upper.h | 38 // some "smart" adjustments to obviously-invalid input where possible.
|
/external/chromium_org/net/dns/ |
mdns_cache.h | 100 // and TTL. Does adjustments so entries with a TTL of zero will have a
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
XMLExporter.java | 48 * @author Doug Daniels (dougnukem) - adjustments for jME 2.0 and Java 1.5
|
XMLImporter.java | 51 * @author Doug Daniels (dougnukem) - adjustments for jME 2.0 and Java 1.5
|
/external/libvpx/libvpx/vp9/ |
vp9_iface_common.h | 16 * the Y, U, and V planes, nor other alignment adjustments that
|
/external/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 73 // adjustSchedDependency - Perform target specific adjustments to
|
/external/llvm/lib/Target/R600/ |
AMDGPUTargetTransformInfo.cpp | 67 /// Provide necessary pointer adjustments for the two base classes.
|
/external/chromium_org/chrome/installer/setup/ |
install_worker.h | 58 // Adds work items that make registry adjustments for Google Update; namely, 64 // Adds work items that make registry adjustments for stats and crash
|
setup_util.h | 102 // Makes registry adjustments to migrate the Google Update state of |to_migrate|
|
/external/libvpx/libvpx/vp8/encoder/ |
denoising.c | 29 * pixel adjustments vs. pixel diff value ahead of time. 42 * The adjustments were further corrected by checking the motion magnitude.
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
utilities.js | 338 adjustExpectations_: function(expectations, adjustments, start) { 341 for (var i = 0; Array.isArray(adjustments[start + i]); ++i) { 342 adjustment = adjustments[start + i]; 344 if (adjustments[start + i].length != 1) { 346 expectations.push(adjustments[start + i]);
|