/system/teeui/libteeui/src/ |
D | font_rendering.cpp | 131 findLongestWordSequence(TextFace* face, const UTF8Range<const char*>& text, in findLongestWordSequence() argument 164 auto gindex = face->getCharIndex(codePoint); in findLongestWordSequence() 169 error = face->loadGlyph(gindex); in findLongestWordSequence() 171 pen += face->kern(previous); in findLongestWordSequence() 172 if (auto gBox = face->getGlyphBBox()) { in findLongestWordSequence() 180 pen += face->advance(); in findLongestWordSequence() 213 Error drawText(TextFace* face, const UTF8Range<const char*>& text, const PixelDrawer& drawPixel, in drawText() argument 219 auto gindex = face->getCharIndex(codePoint); in drawText() 220 error = face->loadGlyph(gindex); in drawText() 221 if (error == Error::OK) error = face->renderGlyph(); in drawText() [all …]
|
D | label.cpp | 33 TextFace face; in draw() local 34 std::tie(error, face) = context.loadFace(font_); in draw() 37 error = face.setCharSizeInPix(fontSize()); in draw() 75 findLongestWordSequence(&face, text_t(*textBegin, *text_.end()), bounds); in draw() 129 if (auto error = drawText(&face, curLine->lineText, drawPixelBoundsEnforced, in draw()
|
/system/teeui/libteeui/include/teeui/ |
D | font_rendering.h | 204 FT_Face face; variable 205 auto error = FT_New_Memory_Face(*library_, data.data(), data.size(), face_index, &face); 208 tface.face_ = Handle(face); 209 tface.hasKerning_ = FT_HAS_KERNING(face); 216 findLongestWordSequence(TextFace* face, const UTF8Range<const char*>& text, 218 Error drawText(TextFace* face, const UTF8Range<const char*>& text, const PixelDrawer& drawPixel,
|
/system/sepolicy/public/ |
D | hal_face.te | 10 # Allow read/write access to the face template directory.
|
D | attributes | 308 hal_attribute(face);
|
D | file.te | 443 # Type for face template file
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hal_face.te | 10 # Allow read/write access to the face template directory.
|
D | attributes | 308 hal_attribute(face);
|
D | file.te | 439 # Type for face template file
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_face.te | 10 # Allow read/write access to the face template directory.
|
D | attributes | 262 hal_attribute(face);
|
D | file.te | 398 # Type for face template file
|
/system/sepolicy/private/ |
D | hwservice_contexts | 17 android.hardware.biometrics.face::IBiometricsFace u:object_r:hal_face_hwservice:s0
|
D | service_contexts | 85 face u:object_r:face_service:s0
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | hwservice_contexts | 17 android.hardware.biometrics.face::IBiometricsFace u:object_r:hal_face_hwservice:s0
|
D | service_contexts | 85 face u:object_r:face_service:s0
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | hwservice_contexts | 14 android.hardware.biometrics.face::IBiometricsFace u:object_r:hal_face_hwservice:s0
|
D | service_contexts | 69 face u:object_r:face_service:s0
|
/system/linkerconfig/testdata/root/system/apex/com.android.vndk.vR/etc/ |
D | vndkcore.libraries.R.txt | 25 android.hardware.biometrics.face@1.0.so
|
/system/sepolicy/vendor/ |
D | file_contexts | 14 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.face@1\.[0-9]+-service\.example u:obj…
|
/system/linkerconfig/testdata/golden_output/stage2/com.vendor.service1/ |
D | ld.config.txt | 14 …so:android.hardware.automotive.vehicle@2.0.so:android.hardware.biometrics.face@1.0.so:android.hard…
|
/system/linkerconfig/testdata/golden_output/product-enabled/com.vendor.service1/ |
D | ld.config.txt | 14 …so:android.hardware.automotive.vehicle@2.0.so:android.hardware.biometrics.face@1.0.so:android.hard…
|
/system/linkerconfig/testdata/golden_output/product-enabled/ |
D | ld.config.txt | 472 …so:android.hardware.automotive.vehicle@2.0.so:android.hardware.biometrics.face@1.0.so:android.hard… 626 …so:android.hardware.automotive.vehicle@2.0.so:android.hardware.biometrics.face@1.0.so:android.hard…
|
/system/linkerconfig/testdata/golden_output/stage1/ |
D | ld.config.txt | 309 …so:android.hardware.automotive.vehicle@2.0.so:android.hardware.biometrics.face@1.0.so:android.hard…
|
/system/linkerconfig/testdata/golden_output/stage2/ |
D | ld.config.txt | 463 …so:android.hardware.automotive.vehicle@2.0.so:android.hardware.biometrics.face@1.0.so:android.hard…
|