Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/minikin/tests/unittest/
DLayoutCoreTest.cpp43 static LayoutPiece buildLayout(const std::string& text, std::shared_ptr<FontCollection> fc) { in buildLayout()
50 const std::string& text, std::shared_ptr<FontCollection> fc) { in buildLayoutAndBounds()
60 static LayoutPiece buildLayout(const std::string& text, std::shared_ptr<FontCollection> fc, in buildLayout()
91 auto fc = makeFontCollection({"LayoutTestFont.ttf"}); in TEST() local
104 auto fc = makeFontCollection({"LayoutTestFont.ttf"}); in TEST() local
121 auto fc = makeFontCollection({"LayoutTestFont.ttf"}); in TEST() local
149 auto fc = makeFontCollection({"LayoutTestFont.ttf", "Hiragana.ttf"}); in TEST() local
166 auto fc = makeFontCollection({"LayoutTestFont.ttf", "Hiragana.ttf"}); in TEST() local
190 auto fc = makeFontCollection({"Ligature.ttf"}); in TEST() local
204 auto fc = makeFontCollection({"Ligature.ttf"}); in TEST() local
[all …]
DSystemFontsTest.cpp47 const std::shared_ptr<FontCollection>& fc) { in registerFallback()
51 void registerDefault(const std::shared_ptr<FontCollection>& fc) { registerDefaultInternal(fc); } in registerDefault()
56 auto fc = buildFontCollection("Ascii.ttf"); in TEST() local
63 auto fc = buildFontCollection("Ascii.ttf"); in TEST() local
DFontCollectionTest.cpp44 void expectVSGlyphs(const FontCollection* fc, uint32_t codepoint, const std::set<uint32_t>& vsSet) { in expectVSGlyphs()
60 void expectVSGlyphsForVsTestFont(const FontCollection* fc) { in expectVSGlyphsForVsTestFont()
75 auto fc = buildFontCollection(kVsTestFont); in TEST() local
DLayoutLetterSpacingTest.cpp92 auto fc = buildFontCollection(font); in setShapeParam() local
DGreedyLineBreakerTest.cpp91 auto fc = FontCollection::create(families); in doLineBreakForJapanese() local
112 auto fc = FontCollection::create(families); in doLineBreakForKorean() local
133 auto fc = FontCollection::create(families); in doLineBreak() local
154 auto fc = FontCollection::create(families); in doLineBreakWithNoHyphenSpan() local
193 auto fc = FontCollection::create(families); in doLineBreakForBounds() local
214 auto fc = FontCollection::create(families); in doLineBreakForLetterSpacing() local
239 auto fc = FontCollection::create(families); in TEST_F() local
DOptimalLineBreakerTest.cpp82 auto fc = FontCollection::create(families); in doLineBreak() local
100 auto fc = FontCollection::create(families); in doLineBreakForJapanese() local
117 auto fc = FontCollection::create(families); in doLineBreakWithNoHyphenSpan() local
150 auto fc = FontCollection::create(families); in doLineBreakForBounds() local
206 auto fc = FontCollection::create(families); in doLineBreakWithLetterSpacing() local
1949 auto fc = FontCollection::create(families); in TEST_F() local
DLayoutTest.cpp445 auto fc = buildFontCollection("LayoutTestFont.ttf"); in TEST_F() local
/frameworks/minikin/include/minikin/
DSystemFonts.h39 const std::shared_ptr<FontCollection>& fc) { in registerFallback()
43 static void registerDefault(const std::shared_ptr<FontCollection>& fc) { in registerDefault()
65 const std::shared_ptr<FontCollection>& fc) { in registerFallbackInternal()
70 void registerDefaultInternal(const std::shared_ptr<FontCollection>& fc) { in registerDefaultInternal()
/frameworks/opt/net/ims/tests/src/com/android/ims/
DImsFeatureBinderRepositoryTest.java89 ImsFeatureContainer fc = in testGetInterfaceExists() local
102 ImsFeatureContainer fc = in testGetInterfaceDoesntExist() local
111 ImsFeatureContainer fc = in testGetInterfaceRemoveDoesntExist() local
359 ImsFeatureContainer fc) throws Exception { in verifyFeatureCreatedCalled()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerTest.java1423 ImsFeatureContainer fc = in validateMmTelFeatureContainerExists() local
1432 ImsFeatureContainer fc = in validateMmTelFeatureContainerExistsWithEmergency() local
1441 ImsFeatureContainer fc = in validateFeatureContainerExistsWithSipDelegate() local
1448 ImsFeatureContainer fc = in validateFeatureContainerDoesNotHaveSipDelegate() local
1463 ImsFeatureContainer fc = in validateRcsFeatureContainerExists() local
1471 ImsFeatureContainer fc = in validateMmTelFeatureContainerDoesntExist() local
1477 ImsFeatureContainer fc = in validateRcsFeatureContainerDoesntExist() local
DImsServiceControllerCompatTest.java163 ImsFeatureContainer fc = in validateMmTelFeatureContainerExists() local
173 ImsFeatureContainer fc = in validateMmTelFeatureContainerDoesntExist() local
/frameworks/base/core/java/android/widget/
DRemoteViewsService.java254 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onDestroy() local
288 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onBind() local
/frameworks/av/services/camera/libcameraservice/tests/
DSessionStatsBuilderTest.cpp37 int64_t fc = 0; in TEST() local
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DBulkPerfTest.java109 FileChannel fc = raf.getChannel(); in newBuffer() local
DByteBufferPerfTest.java106 FileChannel fc = raf.getChannel(); in newBuffer() local
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Control.cpp137 LVM_UINT32 fc; /* Filter centre frequency */ in LVEQNB_SetFilters() local
/frameworks/base/graphics/java/android/graphics/fonts/
DFont.java141 final FileChannel fc = fis.getChannel(); in Builder() local
168 final FileChannel fc = fis.getChannel(); in Builder() local
281 final FileChannel fc = fis.getChannel(); in createBuffer() local
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp240 LVM_UINT32 fc; /* Filter centre frequency */ in LVPSA_SetBPFiltersType() local
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/
DReverbContext.cpp406 for (int fc = frameCount; fc > 0;) { in process() local
/frameworks/base/core/java/android/service/autofill/
DFillEventHistory.java470 final FieldClassification fc = mDetectedFieldClassifications[i]; in getFieldsClassification() local
/frameworks/base/native/android/
Dsystem_fonts.cpp311 std::shared_ptr<minikin::FontCollection> fc = in AFontMatcher_match() local
/frameworks/base/core/java/android/content/res/
DAssetFileDescriptor.java513 OffsetCorrectFileChannel(FileChannel fc) { in OffsetCorrectFileChannel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java767 ImsFeatureContainer fc = mRepo.getIfExists(slotId, feature).orElse(null); in getImsRegistration() local
775 ImsFeatureContainer fc = mRepo.getIfExists(slotId, feature).orElse(null); in getImsConfig() local
DImsServiceController.java917 ImsFeatureContainer fc = createFeatureContainer(slotId, subId, b.asBinder(), capabilities); in addImsFeatureBinder() local
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java1037 final FieldClassification fc = detectedFieldClassifications[i]; in logContextCommittedLocked() local

12