Searched refs:fLoc (Results 1 - 17 of 17) sorted by relevance

/external/skia/src/gpu/
H A DGrRectanizer_pow2.cpp45 *loc = row->fLoc;
46 row->fLoc.fX += width;
48 SkASSERT(row->fLoc.fX <= this->width());
49 SkASSERT(row->fLoc.fY <= this->height());
H A DGrRectanizer_pow2.h44 SkIPoint16 fLoc; member in struct:GrRectanizerPow2::Row
50 return fLoc.fX + width <= containerWidth;
71 row->fLoc.set(0, fNextStripY);
/external/skia/samplecode/
H A DSampleXfer.cpp112 ModeDrawable() : fMode(SkXfermode::kSrcOver_Mode), fLoc(SkPoint::Make(0, 0)) {}
115 SkPoint fLoc; member in class:ModeDrawable
118 SkRect target = SkRect::MakeXYWH(x - fLoc.x() - 1, y - fLoc.y() - 1, 3, 3);
145 canvas->translate(fLoc.x(), fLoc.y());
181 fDrs[i]->fLoc.set(100.f + i * 100, 100.f + i * 100);
240 fSelected->fLoc.fX += click->fCurr.fX - click->fPrev.fX;
241 fSelected->fLoc.fY += click->fCurr.fY - click->fPrev.fY;
/external/icu/icu4c/source/common/
H A Dunifiedcache.h136 Locale fLoc; member in class:LocaleCacheKey
138 LocaleCacheKey(const Locale &loc) : fLoc(loc) {};
140 : CacheKey<T>(other), fLoc(other.fLoc) { }
143 return 37 *CacheKey<T>::hashCode() + fLoc.hashCode();
157 return fLoc == fOther->fLoc;
168 const char *s = fLoc.getName();
/external/skia/src/views/
H A DSkView.cpp20 fLoc.set(0, 0);
77 if (fLoc.fX != x || fLoc.fY != y) {
79 fLoc.set(x, y);
86 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
98 r.set(fLoc.fX, fLoc.fY, fLoc.fX + fWidth, fLoc
[all...]
/external/skia/include/views/
H A DSkView.h88 canvas->translate(fLoc.fX, fLoc.fY);
92 SkScalar locX() const { return fLoc.fX; }
94 SkScalar locY() const { return fLoc.fY; }
98 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); }
99 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); }
106 canvas->translate(fLoc.fX, fLoc.fY);
385 SkPoint fLoc; member in class:SkView
/external/icu/icu4c/source/test/intltest/
H A Dunifiedcachetest.cpp36 if (uprv_strcmp(fLoc.getName(), "zh") == 0) {
40 if (uprv_strcmp(fLoc.getLanguage(), fLoc.getName()) != 0) {
43 UnifiedCache::getByLocale(fLoc.getLanguage(), item, status);
45 cacheContext->get(LocaleCacheKey<UCTItem>(fLoc.getLanguage()), item, status);
52 UCTItem *result = new UCTItem(fLoc.getName());
H A Dtsmthred.cpp1356 if (uprv_strcmp(fLoc.getLanguage(), fLoc.getName()) != 0) {
1359 UnifiedCache::getByLocale(fLoc.getLanguage(), result, status);
1362 cacheContext->get(LocaleCacheKey<UCTMultiThreadItem>(fLoc.getLanguage()), result, status);
1383 new UCTMultiThreadItem(fLoc.getLanguage());
1409 const char *loc2) : fCache(cache), fLoc(loc), fLoc2(loc2) {};
1414 Locale fLoc; member in class:UnifiedCacheThread
1454 exerciseByLocale(fLoc);
/external/skia/gm/
H A Dlcdtext.cpp105 SkPoint fLoc; member in struct:LcdTextSizeGM::__anon16659
117 const SkPoint loc = rec[i].fLoc;
/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp259 fLoc = loc;
304 value->fOperand.fScalar = (&shape2D->fLoc.fX)[index];
312 SkPoint fLoc; member in class:SkShape2DPathEffect
/external/icu/icu4c/source/i18n/
H A Ddatefmt.cpp102 DateTimePatternGenerator::createInstance(fLoc, status));
H A Ddtfmtsym.cpp174 Calendar::getCalendarTypeFromLocale(fLoc, type, UPRV_LENGTHOF(type), status);
179 = new SharedDateFormatSymbols(fLoc, type, status);
H A Dmeasfmt.cpp468 const char *localeId = fLoc.getName();
H A Dnumfmt.cpp1256 const char *localeId = fLoc.getName();
H A Dreldatefmt.cpp621 const char *localeId = fLoc.getName();
H A Dplurrule.cpp149 const char *localeId = fLoc.getName();
H A Dcalendar.cpp211 Calendar *calendar = Calendar::makeInstance(fLoc, status);

Completed in 483 milliseconds