| /external/skqp/include/core/ |
| SkRect.h | 30 int32_t fLeft; 38 When equal to or less than fLeft, SkIRect is empty. 91 result in fLeft greater than fRight, or fTop greater than fBottom. 93 @param l integer stored in fLeft 107 @param x stored in fLeft 119 Call sort() to reverse fLeft and fRight if needed. 121 @return fLeft 123 int32_t left() const { return fLeft; } 133 Call sort() to reverse fLeft and fRight if needed. 147 and sort() to reverse fLeft and fRight if needed [all...] |
| /external/pdfium/fpdfsdk/pwl/ |
| cpwl_scroll_bar.cpp | 653 float fLeft, fRight, fTop, fBottom; 657 fLeft = TrueToFace(m_sData.fScrollPos); 660 if (fRight - fLeft < kPosButtonMinWidth) 661 fRight = fLeft + kPosButtonMinWidth; 665 fLeft = fRight - kPosButtonMinWidth; 669 CFX_FloatRect(fLeft, rcPosArea.bottom, fRight, rcPosArea.top);
|
| /external/pdfium/core/fpdfdoc/ |
| cpvt_generateap.cpp | 204 float fLeft = rect.left; 216 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " 218 sAppStream << fLeft + fWidth << " " << fBottom + fWidth << " " 219 << fRight - fLeft - fWidth * 2 << " " 231 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 233 sAppStream << fLeft + fWidth / 2 << " " << fTop - fWidth / 2 239 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 248 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth 250 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidt [all...] |
| /external/pdfium/xfa/fgas/layout/ |
| cfx_txtbreak.cpp | 920 float fLeft = std::max(0.0f, bbox.left * fScale); 964 fRTLeft = fLeft;
|
| /external/pdfium/xfa/fwl/ |
| cfwl_edit.cpp | 516 float fLeft = m_rtEngine.left + 1; 518 fLeft += fStep; 519 path.AddLine(CFX_PointF(fLeft, m_rtClient.top), 520 CFX_PointF(fLeft, m_rtClient.bottom())); [all...] |
| /external/pdfium/xfa/fxfa/ |
| cxfa_textlayout.cpp | 975 float fLeft = 0; 979 fLeft = pPiece->rtPiece.width / 2.0f; 982 fLeft = pPiece->rtPiece.width; 989 fLeft += pPiece->Widths[i] / 20000.0f; 993 std::min(fLeft, m_pTabstopContext->m_fTabWidth); [all...] |
| /external/skia/src/core/ |
| SkRegion.cpp | 200 "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom); 307 runs[3] = bounds.fLeft; 384 if (!scanline_contains(scanline, r.fLeft, r.fRight)) { 469 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) { 544 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, 623 int fLeft, fRite, fInside; 704 fLeft = left; 722 int left = rec.fLeft; [all...] |
| SkAAClip.cpp | 41 return (unsigned)(x - rect.fLeft) < (unsigned)rect.width(); 482 fBounds.fLeft += leftZeros; 802 const int offsetX = bounds.fLeft; 843 int x = r.fLeft - offsetX; 846 int w = r.fRight - r.fLeft; [all...] |
| /external/skqp/src/core/ |
| SkRegion.cpp | 200 "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom); 307 runs[3] = bounds.fLeft; 384 if (!scanline_contains(scanline, r.fLeft, r.fRight)) { 469 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) { 544 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, 623 int fLeft, fRite, fInside; 704 fLeft = left; 722 int left = rec.fLeft; [all...] |
| SkAAClip.cpp | 41 return (unsigned)(x - rect.fLeft) < (unsigned)rect.width(); 482 fBounds.fLeft += leftZeros; 802 const int offsetX = bounds.fLeft; 843 int x = r.fLeft - offsetX; 846 int w = r.fRight - r.fLeft; [all...] |
| /external/pdfium/core/fxge/ |
| cfx_renderdevice.cpp | [all...] |
| /external/pdfium/fxjs/ |
| cjs_field.cpp | 530 float fLeft; 532 IconFit.GetIconPosition(fLeft, fBottom); 534 return CJS_Return(pRuntime->NewNumber(static_cast<int32_t>(fLeft))); 560 float fLeft; 562 IconFit.GetIconPosition(fLeft, fBottom); [all...] |
| /external/skia/tools/debugger/ |
| SkDrawCommand.h | 285 SkScalar fLeft; 363 SkScalar fLeft;
|
| /external/skqp/tools/debugger/ |
| SkDrawCommand.h | 285 SkScalar fLeft; 363 SkScalar fLeft;
|
| /external/skia/src/gpu/ |
| GrTessellator.cpp | 362 , fLeft(nullptr) 384 Edge* fLeft; // The linked list of edges in the active edge list. 459 list_insert<Edge, &Edge::fLeft, &Edge::fRight>(edge, prev, next, &fHead, &fTail); 465 list_remove<Edge, &Edge::fLeft, &Edge::fRight>(edge, &fHead, &fTail); 475 fHead->fLeft = fTail; 479 return edge->fLeft || edge->fRight || fHead == edge; 862 *left = v->fFirstEdgeAbove->fLeft; 868 for (prev = edges->fTail; prev != nullptr; prev = prev->fLeft) { [all...] |
| /external/skqp/src/gpu/ |
| GrTessellator.cpp | 362 , fLeft(nullptr) 384 Edge* fLeft; // The linked list of edges in the active edge list. 459 list_insert<Edge, &Edge::fLeft, &Edge::fRight>(edge, prev, next, &fHead, &fTail); 465 list_remove<Edge, &Edge::fLeft, &Edge::fRight>(edge, &fHead, &fTail); 475 fHead->fLeft = fTail; 479 return edge->fLeft || edge->fRight || fHead == edge; 862 *left = v->fFirstEdgeAbove->fLeft; 868 for (prev = edges->fTail; prev != nullptr; prev = prev->fLeft) { [all...] |
| /external/sqlite/dist/orig/ |
| sqlite3.c | [all...] |
| /external/sqlite/dist/ |
| sqlite3.c | [all...] |