HomeSort by relevance Sort by last modified time
    Searched defs:familyIndex (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Vulkan/
VkQueue.hpp 50 uint32_t familyIndex = 0;
  /external/skia/src/ports/
SkFontMgr_android.cpp 528 void addFamily(FontFamily& family, const bool isolated, int familyIndex) {
535 fallbackName.printf("%.2x##fallback", familyIndex);
551 int familyIndex = 0;
553 addFamily(*family, isolated, familyIndex++);
554 family->fallbackFamilies.foreach([this, isolated, &familyIndex]
556 addFamily(*(*fallbackFamily).get(), isolated, familyIndex++);
  /external/skqp/src/ports/
SkFontMgr_android.cpp 528 void addFamily(FontFamily& family, const bool isolated, int familyIndex) {
535 fallbackName.printf("%.2x##fallback", familyIndex);
551 int familyIndex = 0;
553 addFamily(*family, isolated, familyIndex++);
554 family->fallbackFamilies.foreach([this, isolated, &familyIndex]
556 addFamily(*(*fallbackFamily).get(), isolated, familyIndex++);

Completed in 2440 milliseconds