Home
last modified time | relevance | path

Searched refs:toShift (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp453 …IntSize toShift() const { return IntSize(m_bmpRect.left - m_origRect.x(), m_bmpRect.top - m_origRe… in toShift() function in WebCore::TransparentLayerDC
644 trRect.move(transparentDC.toShift()); in drawRect()
701 trPoint1 += transparentDC.toShift(); in drawLine()
702 trPoint2 += transparentDC.toShift(); in drawLine()
728 trRect.move(transparentDC.toShift()); in drawEllipse()
815 trRect.move(transparentDC.toShift()); in strokeArc()
914 winPoints[i].x += transparentDC.toShift().width(); in drawConvexPolygon()
915 winPoints[i].y += transparentDC.toShift().height(); in drawConvexPolygon()
1036 trRect.move(transparentDC.toShift()); in drawFocusRing()
1113 trRect.move(transparentDC.toShift()); in strokeRect()
[all …]
/external/chromium/third_party/icu/source/i18n/
Dbmsearch.cpp82 UBool toShift; member in Target
95 strengthMask(0), strength(UCOL_PRIMARY), variableTop(0), toShift(FALSE), coll(theCollator), in Target()
99 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in Target()
201 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) { in nextCE()
250 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) { in prevCE()
Dusrchimp.h72 UBool toShift; member
Ducoleitr.cpp207 UBool toShift; member
232 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in init()
274 if (elems->pce->toShift && (elems->pce->variableTop > ce && primary != 0) in processCE()
Dcolldata.cpp54 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in CEList() local
92 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) { in CEList()
Dusearch.cpp158 if (strsrch->toShift) { in getCE()
2722 result->toShift = in usearch_openFromCollator()
3031 strsrch->toShift = in usearch_setCollator()
3417 if (strsrch->toShift != shift) { in usearch_reset()
3418 strsrch->toShift = shift; in usearch_reset()
/external/icu4c/i18n/
Dbmsearch.cpp82 UBool toShift; member in Target
96 strengthMask(0), strength(UCOL_PRIMARY), variableTop(0), toShift(FALSE), coll(theCollator), in Target()
101 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in Target()
203 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) { in nextCE()
252 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) { in prevCE()
Dusrchimp.h75 UBool toShift; member
Ducoleitr.cpp207 UBool toShift; member
232 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in init()
274 if (elems->pce->toShift && (elems->pce->variableTop > ce && primary != 0) in processCE()
Dcolldata.cpp54 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in CEList() local
92 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) { in CEList()
Dusearch.cpp160 if (strsrch->toShift) { in getCE()
2698 result->toShift = in usearch_openFromCollator()
3026 strsrch->toShift = in usearch_setCollator()
3413 if (strsrch->toShift != shift) { in usearch_reset()
3414 strsrch->toShift = shift; in usearch_reset()