HomeSort by relevance Sort by last modified time
    Searched full:ctop (Results 1 - 14 of 14) sorted by null

  /external/skia/src/core/
SkQuadClipper.cpp 78 const SkScalar ctop = fClip.fTop; local
80 if (dst[2].fY <= ctop || dst[0].fY >= cbot) {
88 if (dst[0].fY < ctop) {
89 if (chopMonoQuadAtY(dst, ctop, &t)) {
98 if (dst[i].fY < ctop) {
99 dst[i].fY = ctop;
SkCubicClipper.cpp 130 const SkScalar ctop = fClip.fTop; local
132 if (dst[3].fY <= ctop || dst[0].fY >= cbot) {
140 if (dst[0].fY < ctop && chopMonoCubicAtY(dst, ctop, &t)) {
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 348 const int cTop = 0;
359 borders[cTop] = true;
365 borders[cTop] = borders[cBottom] = true;
378 borders[cTop] = borders[cBottom] = borders[cLeft] = borders[cRight] = true;
387 addCSSProperty(attr, CSSPropertyBorderTopStyle, borders[cTop] ? CSSValueSolid : CSSValueHidden);
  /external/openssl/crypto/
ia64cpuid.S 74 br.ctop.sptk .L_wipe_top };;
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 181 br.ctop.sptk .L1st_ctop };;
268 br.ctop.sptk .Linner_ctop };;
327 br.ctop.sptk .Lsub_ctop };;
351 br.ctop.sptk .Lcopy_ctop };;
658 br.ctop.sptk.many .Louter_8_ctop };;
ia64.S 207 br.ctop.sptk .L_bn_add_words_ctop };;
260 br.ctop.sptk .L_bn_sub_words_ctop };;
341 br.ctop.sptk .L_bn_mul_words_ctop };;
374 br.ctop.sptk .L_bn_mul_words_ctop };;
445 br.ctop.sptk .L_bn_mul_add_words_ctop};;
511 br.ctop.sptk .L_bn_sqr_words_ctop };;
    [all...]
  /external/openssl/crypto/md5/asm/
md5-ia64.S 488 br.ctop.sptk.many label ; \
617 br.ctop.dptk.many dest ; \
882 br.ctop.sptk.many .md5_FF_round##offset ; \
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 137 # - There is no space for a "br.ctop" instruction. For this
457 br.ctop.sptk.few label; \\
  /external/openssl/crypto/sha/asm/
sha512-ia64.pl 483 br.ctop.sptk .L_first16 };;
559 br.ctop.sptk .L_rest };;
sha1-ia64.pl 288 br.ctop.dptk.many .Ldtop };;
  /external/openssl/crypto/aes/asm/
aes-ia64.S 189 br.ctop.sptk .Le_top };;
568 br.ctop.sptk .Ld_top };;
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 1009 final int ctop = mHorizontal ? focusCandidate.getLeft() : focusCandidate.getTop(); local
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-ia64.pl 85 br.ctop.sptk $label };;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 579 milliseconds