Home
last modified time | relevance | path

Searched refs:face (Results 1 – 25 of 30) sorted by relevance

12

/system/teeui/libteeui/src/
Dfont_rendering.cpp131 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 …]
Dlabel.cpp33 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/
Dfont_rendering.h204 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/prebuilts/api/30.0/public/
Dhal_face.te10 # Allow read/write access to the face template directory.
Dattributes308 hal_attribute(face);
Dfile.te440 # Type for face template file
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_face.te10 # Allow read/write access to the face template directory.
Dattributes262 hal_attribute(face);
Dfile.te398 # Type for face template file
/system/sepolicy/public/
Dhal_face.te13 # Allow read/write access to the face template directory.
Dattributes334 hal_attribute(face);
Dfile.te485 # Type for face template file
/system/sepolicy/prebuilts/api/31.0/public/
Dhal_face.te13 # Allow read/write access to the face template directory.
Dattributes334 hal_attribute(face);
Dfile.te485 # Type for face template file
/system/sepolicy/vendor/
Dfile_contexts15 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.face@1\.[0-9]+-service\.example u:obj…
16 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.face-service\.example u:object_r:hal_…
/system/sepolicy/prebuilts/api/31.0/private/
Dhwservice_contexts17 android.hardware.biometrics.face::IBiometricsFace u:object_r:hal_face_hwservice:s0
Dservice_contexts3 android.hardware.biometrics.face.IFace/default u:object_r:hal_face_service:s0
116 face u:object_r:face_service:s0
/system/sepolicy/prebuilts/api/29.0/private/
Dhwservice_contexts14 android.hardware.biometrics.face::IBiometricsFace u:object_r:hal_face_hwservice:s0
Dservice_contexts69 face u:object_r:face_service:s0
/system/sepolicy/prebuilts/api/30.0/private/
Dhwservice_contexts17 android.hardware.biometrics.face::IBiometricsFace u:object_r:hal_face_hwservice:s0
Dservice_contexts86 face u:object_r:face_service:s0
/system/sepolicy/private/
Dhwservice_contexts17 android.hardware.biometrics.face::IBiometricsFace u:object_r:hal_face_hwservice:s0
Dservice_contexts3 android.hardware.biometrics.face.IFace/default u:object_r:hal_face_service:s0
116 face u:object_r:face_service:s0
/system/linkerconfig/testdata/root/system/apex/com.android.vndk.vR/etc/
Dvndkcore.libraries.R.txt25 android.hardware.biometrics.face@1.0.so

12