/external/chromium_org/third_party/skia/src/core/ |
SkAutoKern.h | 19 * the adjust() method returns a SkFixed corresponding 27 SkFixed adjust(const SkGlyph& glyph) function in class:SkAutoKern 44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta); local 46 return adjust;
|
/external/skia/src/core/ |
SkAutoKern.h | 19 * the adjust() method returns a SkFixed corresponding 27 SkFixed adjust(const SkGlyph& glyph) function in class:SkAutoKern 44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta); local 46 return adjust;
|
/external/srec/srec/include/ |
channorm.h | 40 int adjust[MAX_CHAN_DIM]; member in struct:__anon26468
|
swicms.h | 55 imeldata adjust[MAX_CHAN_DIM]; /* target less channel */ member in struct:__anon26537
|
/external/javassist/sample/duplicate/ |
Ball.java | 22 // Adjust the position so that the backup object is visible.
23 private void adjust() {
method in class:Ball 38 adjust();
method
|
/external/srec/srec/clib/ |
cnorm_tr.c | 78 int ii, adjust; local 91 adjust = mean_normalize_data(chandata[ii], 0); 92 /* channorm->adjust[ii]= adjust; */ 94 shift_distribution_counts(chandata[ii], adjust); 96 shift_parameters(chandata[ii], adjust); 98 channorm->imelda_adjust[ii] += adjust; 100 channorm->adjust[ii] += adjust; 116 log_report("%d ", channorm->adjust[ii]) [all...] |
/bootable/recovery/minzip/ |
SysUtil.c | 155 int adjust; local 169 /* adjust to be page-aligned */ 170 adjust = start % DEFAULT_PAGE_SIZE; 171 actualStart = start - adjust; 172 actualLength = length + adjust; 184 pMap->addr = (char*)memPtr + adjust;
|
/external/chromium_org/third_party/skia/src/views/animated/ |
SkScrollBarView.cpp | 26 this->adjust(); 37 this->adjust(); 49 this->adjust(); 61 this->adjust(); 120 void SkScrollBarView::adjust() function in class:SkScrollBarView
|
/external/skia/src/views/animated/ |
SkScrollBarView.cpp | 26 this->adjust(); 37 this->adjust(); 49 this->adjust(); 61 this->adjust(); 120 void SkScrollBarView::adjust() function in class:SkScrollBarView
|
/system/core/libutils/ |
FileMap.cpp | 95 int adjust; local 116 adjust = offset % mPageSize; 117 adjOffset = offset - adjust; 118 adjLength = length + adjust; 134 int prot, flags, adjust; local 159 adjust = offset % mPageSize; 161 adjOffset = offset - adjust; 162 adjLength = length + adjust; 174 adjust = offset; 188 mDataPtr = (char*) mBasePtr + adjust; [all...] |
/dalvik/libdex/ |
SysUtil.cpp | 199 int adjust; local 204 /* adjust to be page-aligned */ 205 adjust = start % SYSTEM_PAGE_SIZE; 206 actualStart = start - adjust; 207 actualLength = length + adjust; 219 pMap->addr = (char*)memPtr + adjust; 255 * Align "addr" to a page boundary and adjust "length" appropriately.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
PKCS12ParametersGenerator.java | 56 private void adjust( method in class:PKCS12ParametersGenerator 148 adjust(I, j * v, B); method
|
/external/chromium_org/third_party/freetype/src/base/ |
ftgloadr.c | 141 /* re-adjust the `current' outline fields */ 184 /* re-adjust the `current' subglyphs field */ 209 FT_Bool adjust = 0; local 242 adjust = 1; 260 adjust = 1; 264 if ( adjust ) 350 /* adjust contours count in newest outline */
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
memfs_malloc.cc | 202 // Adjust the return memory so it is aligned 203 size_t adjust = 0; local 205 adjust = alignment - (ptr & (alignment - 1)); 207 ptr += adjust; 211 *actual_size = size + extra - adjust;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
memfs_malloc.cc | 202 // Adjust the return memory so it is aligned 203 size_t adjust = 0; local 205 adjust = alignment - (ptr & (alignment - 1)); 207 ptr += adjust; 211 *actual_size = size + extra - adjust;
|
/external/freetype/src/base/ |
ftgloadr.c | 141 /* re-adjust the `current' outline fields */ 184 /* re-adjust the `current' subglyphs field */ 209 FT_Bool adjust = 0; local 242 adjust = 1; 260 adjust = 1; 264 if ( adjust ) 350 /* adjust contours count in newest outline */
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
TCSystemAlloc.cpp | 111 // Adjust the return memory so it is aligned 113 size_t adjust = 0; local 115 adjust = alignment - (ptr & (alignment - 1)); 119 if (adjust > 0) { 120 munmap(reinterpret_cast<void*>(ptr), adjust); local 122 if (adjust < extra) { 123 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust); 126 ptr += adjust;
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicToQuads.cpp | 58 const double adjust = sqrt(3.) / 36; local 72 double tDiv3 = precision / (adjust * dist);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
port.cc | 246 // Adjust the return memory so it is aligned 248 size_t adjust = 0; local 250 adjust = alignment - (ptr & (alignment - 1)); 253 ptr += adjust;
|
/external/icu4c/layout/ |
KernTable.cpp | 176 float adjust = 0; local 215 adjust += font->xUnitsToPoints(value); 223 storage.adjustPosition(i, adjust, 0, success); 226 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
|
/external/skia/src/pathops/ |
SkDCubicToQuads.cpp | 58 const double adjust = sqrt(3.) / 36; local 72 double tDiv3 = precision / (adjust * dist);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixStack.java | 116 adjust(-1); 123 adjust(1); 170 private void adjust(int dir) { method in class:MatrixStack
|
/frameworks/base/core/java/android/text/method/ |
MetaKeyKeyListener.java | 273 adjust(content, CAP); method 274 adjust(content, ALT); method 275 adjust(content, SYM); method 295 private static void adjust(Spannable content, Object what) { method in class:MetaKeyKeyListener
|
/build/tools/zipalign/ |
ZipFile.cpp | 954 long delCount, adjust; local 972 delCount = adjust = 0; 1005 adjust += span; 1011 /* adjust loop control */ 1014 } else if (span != 0 && adjust > 0) { 1017 // pEntry->getFileName(), adjust); 1018 result = filemove(mZipFp, pEntry->getLFHOffset() - adjust, 1026 pEntry->setLFHOffset(pEntry->getLFHOffset() - adjust); 1035 mEOCD.mCentralDirOffset -= adjust; [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
IndexMap.java | 192 public MethodId adjust(MethodId methodId) { method in class:IndexMap 199 public FieldId adjust(FieldId fieldId) { method in class:IndexMap 207 public ProtoId adjust(ProtoId protoId) { method in class:IndexMap 214 public ClassDef adjust(ClassDef classDef) { method in class:IndexMap 222 public SortableType adjust(SortableType sortableType) { method in class:IndexMap 223 return new SortableType(sortableType.getDex(), adjust(sortableType.getClassDef())); 239 public Annotation adjust(Annotation annotation) { method in class:IndexMap 248 * Adjust an encoded value or array.
|