/external/skia/samplecode/ |
D | SampleXfer.cpp | 112 ModeDrawable() : fMode(SkXfermode::kSrcOver_Mode), fLoc(SkPoint::Make(0, 0)) {} in ModeDrawable() 115 SkPoint fLoc; member in ModeDrawable 118 SkRect target = SkRect::MakeXYWH(x - fLoc.x() - 1, y - fLoc.y() - 1, 3, 3); in hitTest() 145 canvas->translate(fLoc.x(), fLoc.y()); in onDraw() 181 fDrs[i]->fLoc.set(100.f + i * 100, 100.f + i * 100); in XferDemo() 240 fSelected->fLoc.fX += click->fCurr.fX - click->fPrev.fX; in onClick() 241 fSelected->fLoc.fY += click->fCurr.fY - click->fPrev.fY; in onClick()
|
/external/skia/src/views/ |
D | SkView.cpp | 20 fLoc.set(0, 0); in SkView() 77 if (fLoc.fX != x || fLoc.fY != y) { in setLoc() 79 fLoc.set(x, y); in setLoc() 86 this->setLoc(fLoc.fX + dx, fLoc.fY + dy); in offset() 98 r.set(fLoc.fX, fLoc.fY, fLoc.fX + fWidth, fLoc.fY + fHeight); in draw() 109 canvas->translate(fLoc.fX, fLoc.fY); in draw() 163 rect->offset(view->fLoc.fX, view->fLoc.fY); in inval() 361 p.set(x - child->fLoc.x(), y - child->fLoc.y()); in findClickHandler() 604 matrix->preTranslate(-view->fLoc.fX, -view->fLoc.fY); in localToGlobal()
|
/external/skia/src/gpu/ |
D | GrRectanizer_pow2.cpp | 45 *loc = row->fLoc; in addRect() 46 row->fLoc.fX += width; in addRect() 48 SkASSERT(row->fLoc.fX <= this->width()); in addRect() 49 SkASSERT(row->fLoc.fY <= this->height()); in addRect()
|
D | GrRectanizer_pow2.h | 44 SkIPoint16 fLoc; member 50 return fLoc.fX + width <= containerWidth; in canAddWidth() 71 row->fLoc.set(0, fNextStripY); in initRow()
|
/external/icu/icu4c/source/common/ |
D | unifiedcache.h | 136 Locale fLoc; 138 LocaleCacheKey(const Locale &loc) : fLoc(loc) {}; in LocaleCacheKey() 140 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey() 143 return 37 *CacheKey<T>::hashCode() + fLoc.hashCode(); in hashCode() 157 return fLoc == fOther->fLoc; 168 const char *s = fLoc.getName(); in writeDescription()
|
/external/skia/include/views/ |
D | SkView.h | 92 SkScalar locX() const { return fLoc.fX; } in locX() 94 SkScalar locY() const { return fLoc.fY; } in locY() 98 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); } in setLocX() 99 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); } in setLocY() 385 SkPoint fLoc; variable
|
/external/icu/icu4c/source/test/intltest/ |
D | unifiedcachetest.cpp | 36 if (uprv_strcmp(fLoc.getName(), "zh") == 0) { in createObject() 40 if (uprv_strcmp(fLoc.getLanguage(), fLoc.getName()) != 0) { in createObject() 43 UnifiedCache::getByLocale(fLoc.getLanguage(), item, status); in createObject() 45 cacheContext->get(LocaleCacheKey<UCTItem>(fLoc.getLanguage()), item, status); in createObject() 52 UCTItem *result = new UCTItem(fLoc.getName()); in createObject()
|
D | tsmthred.cpp | 1356 if (uprv_strcmp(fLoc.getLanguage(), fLoc.getName()) != 0) { in createObject() 1359 UnifiedCache::getByLocale(fLoc.getLanguage(), result, status); in createObject() 1362 cacheContext->get(LocaleCacheKey<UCTMultiThreadItem>(fLoc.getLanguage()), result, status); in createObject() 1383 new UCTMultiThreadItem(fLoc.getLanguage()); in createObject() 1409 const char *loc2) : fCache(cache), fLoc(loc), fLoc2(loc2) {}; in UnifiedCacheThread() 1414 Locale fLoc; member in UnifiedCacheThread 1454 exerciseByLocale(fLoc); in run()
|
/external/skia/gm/ |
D | lcdtext.cpp | 105 SkPoint fLoc; in onDraw() member 117 const SkPoint loc = rec[i].fLoc; in onDraw()
|
/external/skia/src/animator/ |
D | SkDrawExtraPathEffect.cpp | 259 fLoc = loc; in addPath() 304 value->fOperand.fScalar = (&shape2D->fLoc.fX)[index]; in Get2D() 312 SkPoint fLoc; member in SkShape2DPathEffect
|
/external/icu/icu4c/source/i18n/ |
D | datefmt.cpp | 102 DateTimePatternGenerator::createInstance(fLoc, status)); in createObject()
|
D | reldatefmt.cpp | 621 const char *localeId = fLoc.getName(); in createObject()
|
D | dtfmtsym.cpp | 174 Calendar::getCalendarTypeFromLocale(fLoc, type, UPRV_LENGTHOF(type), status); in createObject() 179 = new SharedDateFormatSymbols(fLoc, type, status); in createObject()
|
D | measfmt.cpp | 468 const char *localeId = fLoc.getName(); in createObject()
|
D | numfmt.cpp | 1256 const char *localeId = fLoc.getName(); in createObject()
|
D | plurrule.cpp | 149 const char *localeId = fLoc.getName(); in createObject()
|
D | calendar.cpp | 211 Calendar *calendar = Calendar::makeInstance(fLoc, status); in createObject()
|