/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unifiedcache.h | 138 Locale fLoc; member in LocaleCacheKey 140 LocaleCacheKey(const Locale &loc) : fLoc(loc) {} in LocaleCacheKey() 142 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey() 145 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); in hashCode() 159 return fLoc == fOther->fLoc; in operator ==() 170 const char *s = fLoc.getName(); in writeDescription()
|
/third_party/skia/src/gpu/ |
H A D | GrRectanizerPow2.cpp | 44 *loc = row->fLoc; in addRect() 45 row->fLoc.fX += width; in addRect() 47 SkASSERT(row->fLoc.fX <= this->width()); in addRect() 48 SkASSERT(row->fLoc.fY <= this->height()); in addRect()
|
H A D | GrRectanizerPow2.h | 48 SkIPoint16 fLoc; member 54 return fLoc.fX + width <= containerWidth; in canAddWidth() 75 row->fLoc.set(0, fNextStripY);
|
/third_party/skia/samplecode/ |
H A D | SampleXfer.cpp | 67 ModeDrawable() : fMode(SkBlendMode::kSrcOver), fLoc(SkPoint::Make(0, 0)) {} in ModeDrawable() 70 SkPoint fLoc; member in ModeDrawable 73 SkRect target = SkRect::MakeXYWH(x - fLoc.x() - 1, y - fLoc.y() - 1, 3, 3); in hitTest() 99 canvas->translate(fLoc.x(), fLoc.y()); 130 fDrs[i]->fLoc.set(100.f + i * 100, 100.f + i * 100); in XferDemo() 189 fSelected->fLoc.fX += click->fCurr.fX - click->fPrev.fX; 190 fSelected->fLoc.fY += click->fCurr.fY - click->fPrev.fY;
|
H A D | Sample3D.cpp | 149 SkV2 fLoc; member 154 return s.computeUnitV3(fLoc) * fDistance; in computeWorldPos() 161 canvas->drawCircle(fLoc.x, fLoc.y, fRadius + 2, paint); in draw() 163 canvas->drawCircle(fLoc.x, fLoc.y, fRadius, paint); in draw() 316 SkV2 p = fLight.fLoc - SkV2{x, y}; 334 fLight.fLoc = fSphere.pinLoc({click->fCurr.fX, click->fCurr.fY});
|
/third_party/skia/tools/ |
H A D | ToolUtils.h | 265 fLoc = {-1, 0}; in reset() 272 fLoc.fX += 1; in next() 273 if (fLoc.fX >= fPM.width()) { in next() 274 fLoc.fX = 0; in next() 275 if (++fLoc.fY >= fPM.height()) { in next() 281 *loc = fLoc; in next() 283 return fPM.writable_addr(fLoc.fX, fLoc.fY); in next() 290 SkIPoint fLoc; member in ToolUtils::PixelIter
|
/third_party/icu/icu4c/source/common/ |
H A D | unifiedcache.h | 141 Locale fLoc; member in LocaleCacheKey 151 LocaleCacheKey(const Locale &loc) : fLoc(loc) {} in LocaleCacheKey() 153 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey() 156 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); 159 return fLoc == other.fLoc; in operator ==() 170 const char *s = fLoc.getName();
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unifiedcache.h | 141 Locale fLoc; member in LocaleCacheKey 151 LocaleCacheKey(const Locale &loc) : fLoc(loc) {} in LocaleCacheKey() 153 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey() 156 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); 159 return fLoc == other.fLoc; in operator ==() 170 const char *s = fLoc.getName();
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | unifiedcachetest.cpp | 38 if (uprv_strcmp(fLoc.getName(), "zh") == 0) { in createObject() 42 if (uprv_strcmp(fLoc.getLanguage(), fLoc.getName()) != 0) { in createObject() 45 UnifiedCache::getByLocale(fLoc.getLanguage(), item, status); in createObject() 47 cacheContext->get(LocaleCacheKey<UCTItem>(fLoc.getLanguage()), item, status); in createObject() 54 UCTItem *result = new UCTItem(fLoc.getName()); in createObject()
|
H A D | tsmthred.cpp | 1093 if (uprv_strcmp(fLoc.getLanguage(), fLoc.getName()) != 0) { in createObject() 1096 UnifiedCache::getByLocale(fLoc.getLanguage(), result, status); in createObject() 1099 cacheContext->get(LocaleCacheKey<UCTMultiThreadItem>(fLoc.getLanguage()), result, status); in createObject() 1122 new UCTMultiThreadItem(fLoc.getLanguage()); in createObject() 1149 const char *loc2) : fCache(cache), fLoc(loc), fLoc2(loc2) {} in UnifiedCacheThread() 1154 Locale fLoc; member in UnifiedCacheThread 1184 exerciseByLocale(fLoc); in run()
|
/third_party/skia/gm/ |
H A D | lcdtext.cpp | 83 SkPoint fLoc; member 95 const SkPoint loc = rec[i].fLoc;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | datefmt.cpp | 102 DateTimePatternGenerator::createInstance(fLoc, status));
|
H A D | reldatefmt.cpp | 706 const char *localeId = fLoc.getName(); in createObject() 725 if (!getDateTimePattern(fLoc, topLevel.getAlias(), dateTimePattern, status)) { in createObject()
|
H A D | measfmt.cpp | 245 const char *localeId = fLoc.getName(); in createObject()
|
H A D | dtfmtsym.cpp | 180 Calendar::getCalendarTypeFromLocale(fLoc, type, UPRV_LENGTHOF(type), status); in createObject() 185 = new SharedDateFormatSymbols(fLoc, type, status); in createObject()
|
H A D | numfmt.cpp | 1260 const char *localeId = fLoc.getName(); in createObject()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | datefmt.cpp | 102 DateTimePatternGenerator::createInstance(fLoc, status));
|
H A D | reldatefmt.cpp | 706 const char *localeId = fLoc.getName(); in createObject() 725 if (!getDateTimePattern(fLoc, topLevel.getAlias(), dateTimePattern, status)) { in createObject()
|
H A D | measfmt.cpp | 245 const char *localeId = fLoc.getName(); in createObject()
|
H A D | dtfmtsym.cpp | 180 Calendar::getCalendarTypeFromLocale(fLoc, type, UPRV_LENGTHOF(type), status); in createObject() 185 = new SharedDateFormatSymbols(fLoc, type, status); in createObject()
|
H A D | numfmt.cpp | 1262 const char *localeId = fLoc.getName(); in createObject()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | datefmt.cpp | 104 DateTimePatternGenerator::createInstance(fLoc, status)); in createObject()
|
H A D | measfmt.cpp | 245 const char *localeId = fLoc.getName(); in createObject()
|
H A D | dtfmtsym.cpp | 180 Calendar::getCalendarTypeFromLocale(fLoc, type, UPRV_LENGTHOF(type), status); in createObject() 185 = new SharedDateFormatSymbols(fLoc, type, status); in createObject()
|
/third_party/skia/src/core/ |
H A D | SkCanvas.cpp | 1220 SkMatrix::Translate(backImage->fLoc), in internalRestore() 2045 bounds = SkIRect::MakeXYWH(rec->fBackImage->fLoc.fX, rec->fBackImage->fLoc.fY,
|