Searched refs:face (Results 1 – 20 of 20) sorted by relevance
/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() 116 if (auto error = drawText(&face, curLine->lineText, drawPixelBoundsEnforced, in draw()
|
/system/teeui/libteeui/include/teeui/ |
D | font_rendering.h | 307 FT_Face face; variable 308 auto error = FT_New_Memory_Face(*library_, data.data(), data.size(), face_index, &face); 311 tface.face_ = Handle(face); 312 tface.hasKerning_ = FT_HAS_KERNING(face); 319 findLongestWordSequence(TextFace* face, const UTF8Range<const char*>& text, 321 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 | 441 # 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/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 | 441 # 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 | 86 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 | 86 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/sepolicy/vendor/ |
D | file_contexts | 14 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.face@1\.[0-9]+-service\.example u:obj…
|
/system/iorap/tests/src/compiler/testdata/ |
D | common_textcache | 769 64768 2764 -1 /system/lib64/vndk-R/android.hardware.biometrics.face@1.0.so 1793 64768 2025 -1 /system/lib/vndk-R/android.hardware.biometrics.face@1.0.so
|